Not Found The requested URL was not found on this server

Sometimes, when you migrate a website from other server to your local server for testing or development and try to run this on browser.

You get an error message like
Not Found
The requested URL was not found on this server
Not Found The requested URL was not found on this server


You check all configurations. Everything is OK in all configuration files of your website. But still you get same error message.

Actually i faced this issue when i run my website on newly installed wamp server. I have searched on google. After spending long time i got a solution and i want to share with you.

It's very simple. I am sharing you two methods. Check which one is working for you.

Method 1.

In apache folder, open httpd.conf file and search following line

#LoadModule rewrite_module modules/mod_rewrite.so

Remove # from the beginning of the line, after removing # line will look like this:

LoadModule rewrite_module modules/mod_rewrite.so


If above method didn't work for you then try method 2.

Method 2.

Change this

Include conf/extra/httpd-vhosts.conf
to

#Include conf/extra/httpd-vhosts.conf
and restart all services


I am sure your issue will be solved...


0 Comments
Disqus
Fb Comments
Comments :

0 comments:

Post a Comment