I have installed WAMP on Windows. I found .htaccess files are not working here. Is there any way to work with .htaccess?
1) Left click WAMP icon
2) Apache
3) Apache Modules
4) Left click rewrite_module
Click on Wamp icon and open Apache/httpd.conf and search "rewrite_module". Remove # as below and save it
LoadModule rewrite_module modules/mod_rewrite.so
after that restart all service.
Open Apache/conf/httpd.conf and search "rewrite_module".
Remove # as below
#LoadModule rewrite_module modules/mod_rewrite.so
as
LoadModule rewrite_module modules/mod_rewrite.so
Then Save it and restart your server. It will work.