Skip to content

Instantly share code, notes, and snippets.

@inky
Created February 13, 2009 22:25
Show Gist options
  • Save inky/64136 to your computer and use it in GitHub Desktop.
Save inky/64136 to your computer and use it in GitHub Desktop.
.htaccess copypasta
<Files ~ "^[\._]ht">
Order allow,deny
Deny from all
Satisfy All
</Files>
Options -Indexes +FollowSymLinks +ExecCGI
AddHandler php5-script .php
AddHandler cgi-script .py
AddDefaultCharset utf-8
ServerSignature Off
<IfModule mod_php4.c>
php_value zlib.output_compression 16386
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment