Skip to content

Instantly share code, notes, and snippets.

@k0d3r
k0d3r / gist:3118874
Created July 15, 2012 22:07
gitignore
# Windows
Thumbs.db
desktop.ini
# OS X
.DS_Store
.Spotlight-V100
.Trashes
._*
@k0d3r
k0d3r / gist:3093703
Created July 11, 2012 21:29
CodeIgniter .htaccess
# Display PHP errors
php_flag display_errors On
# Enable the rewrite engine
RewriteEngine On
# Inherit the rules from the core .htaccess
RewriteOptions Inherit
#------------------------------------