Skip to content

Instantly share code, notes, and snippets.

View Natetronn's full-sized avatar

Nathan Doyle Natetronn

View GitHub Profile
@Natetronn
Natetronn / .htaccess
Created August 23, 2012 18:20 — forked from MaxLazar/.htaccess
ExpressionEngine .htaccess template
# Standard .htaccess file
# Secure .htaccess file
<Files .htaccess>
order allow,deny
deny from all
</Files>
# Don't show any directory without an index file
Options -Indexes
@Natetronn
Natetronn / _EXTENDED.htaccess
Created August 23, 2012 17:51 — forked from pauloelias/README.md
Extended ExpressionEngine .htaccess
# Secure .htaccess file
# ------------------------------
<Files .htaccess>
order allow,deny
deny from all
</Files>
# Don't show any directory without an index file
# ------------------------------