404 not found on this server in wordpress


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.

Comments

Popular posts from this blog

Android App Version Update using the following cordova cli commands

75 inspirational quotes that will change your life

Retrieval Image From DataBase and Display on WebPage by Using Servlets.