I have installed WAMP on Windows. I found .htaccess files are not working here. Is there any way to work with .htaccess?
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.
1) Left click WAMP icon
2) Apache
3) Apache Modules
4) Left click rewrite_module
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With