i have a website already built up by someone else, he used PHP MVC to develop this website.
it was working correct on the previous hosting. but now we have changed hosting and uploaded full backup on new host.
the problem is when i click on any link in the website it always displays page not found :-(
how this can be resolved?
here is code of the htaccess file.
Code:RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-l RewriteRule ^(.+)$ index.php?uri=$1 [QSA,L]



Reply With Quote

