How to enable .htaccess for your Apache web server?

Top  Previous  Next

Open the httpd.conf (or possibly access.conf) file on your server and find the following line:

 

AllowOverride None

 

You need to change it to:

 

AllowOverride All

 

 

And restart the server.