Page 1 of 1

How to make a .htaccess file work for a Window's Apache Webserver 2.4

Posted: Fri Mar 20, 2015 3:29 pm
by southhawkct
To enable the use of the .htaccess file on your Window's Apache webserver site goto

Step 1:
Apache24\conf\httpd.conf
and edit that file

Step 2:
Find

Code: Select all

AllowOverride None
and change it to

Code: Select all

AllowOverride Limit
Step 3:
Save your changes to the httpd.conf file.

Step 4:
Place the .htaccess file in the root of your web directory.

Step 5:
Restart your apache server.

That's it! Enjoy!