All pastes #2069273 Raw Edit

Mine

public text v1 · immutable
#2069273 ·published 2011-05-26 03:50 UTC
rendered paste body
### HABARI START
  RewriteEngine On
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteCond %{REQUEST_URI} !=/favicon.ico
  RewriteBase /habari
  RewriteRule . index.php [PT]
  RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
### HABARI END