How to make a .htaccess file work for a Window's Apache Webserver 2.4
Posted: Fri Mar 20, 2015 3:29 pm
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
and change it to
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!
Step 1:
Apache24\conf\httpd.conf
and edit that file
Step 2:
Find
Code: Select all
AllowOverride None
Code: Select all
AllowOverride Limit
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!