Skip to content

Instantly share code, notes, and snippets.

@michaeltwofish
Created May 10, 2013 05:32
Show Gist options
  • Save michaeltwofish/5552584 to your computer and use it in GitHub Desktop.
Save michaeltwofish/5552584 to your computer and use it in GitHub Desktop.
Example Habari .htaccess.
### HABARI START
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/favicon.ico
RewriteBase /blog
RewriteRule . index.php [PT]
RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
### HABARI END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment