Created
December 22, 2008 21:29
-
-
Save mileszs/39129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Enable .htaccess Files | |
# Place something like the following in your Apache configuration file, | |
# or your virtual host configuration file. | |
<Directory /home/billstemp/public_html/> | |
Options Indexes FollowSymLinks MultiViews | |
# THIS is the most important line | |
AllowOverride All | |
Order allow,deny | |
allow from all | |
</Directory> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment