I want to use .htaccess file on my server which is a VPS that is running Apache. How do I enable .htaccess to work?
Find your http.conf. Search for this line.
AllowOverride None
AllowOverride All
Thanks. It worked.
Find your http.conf. Search for this line.
Change it to as follows and restart the server.
Thanks. It worked.