Skip to content

Instantly share code, notes, and snippets.

@richardraseley
Created February 1, 2014 16:22
Show Gist options
  • Save richardraseley/8754563 to your computer and use it in GitHub Desktop.
Save richardraseley/8754563 to your computer and use it in GitHub Desktop.
<Directory "/var/www/html">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "/var/www/html/css">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "/var/www/html/js">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory "/var/www/html/fonts">
Options Indexes FollowSymLinks
AllowOverride None
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