The requested URL was not found on this server
The requested URL was not found on this server
Using WAMP click on its icon in the taskbar then select click on
rewrite_module
in the drop-down list.
or
In httpd.conf file you need to remove #
#LoadModule rewrite_module modules/mod_rewrite.so
after removing # line will look like this:
LoadModule rewrite_module modules/mod_rewrite.so
I am sure your issue will be solved…
If again problem does not solve then check the RewriteRule in .htaccess file.
Post a Comment