Skip to content

Instantly share code, notes, and snippets.

@mileszs
Created December 22, 2008 21:29
Show Gist options
  • Save mileszs/39129 to your computer and use it in GitHub Desktop.
Save mileszs/39129 to your computer and use it in GitHub Desktop.
# 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