Skip to content

Instantly share code, notes, and snippets.

@geekforbrains
Created September 5, 2012 21:16
Show Gist options
  • Save geekforbrains/3644905 to your computer and use it in GitHub Desktop.
Save geekforbrains/3644905 to your computer and use it in GitHub Desktop.
Old Caffeine .htaccess
<FilesMatch "[^index]\.php$">
Deny from All
</FilesMatch>
<IfModule mod_rewrite.c>
RewriteBase /
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php/$1 [L]
</IfModule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment