I have installed WAMP on Windows. I found .htaccess files are not working here. Is there any way to work with .htaccess?
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.