404 not found , the requested URL <<url name>> not found on this server in wordpress
This is not the exact solution
I recently moved my wordpress site to another server, In that time I am faced this 404 error
I tried the below procedure, It was successfully worked for me
To fix that, edit you httpd.conf (usually it is in /etc/apache2 and centos it is in /etc/httpd/conf), find
<Directory "path/to/your/document/root">
# ....
AllowOverride None
# ....
</Directory>
and change
AllowOverride None
to
AllowOverride All
Then restart your web server and try again.
This is not the exact solution
I recently moved my wordpress site to another server, In that time I am faced this 404 error
I tried the below procedure, It was successfully worked for me
To fix that, edit you httpd.conf (usually it is in /etc/apache2 and centos it is in /etc/httpd/conf), find
<Directory "path/to/your/document/root">
# ....
AllowOverride None
# ....
</Directory>
and change
AllowOverride None
to
AllowOverride All
Then restart your web server and try again.
No comments:
Post a Comment