Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Jul 20th, 2010 | Syntax: None | Size: 0.27 KB | Hits: 118 | Expires: Never
Copy text to clipboard
  1.  
  2. ### HABARI START
  3. RewriteEngine On
  4. RewriteCond %{REQUEST_FILENAME} !-f
  5. RewriteCond %{REQUEST_FILENAME} !-d
  6. RewriteCond %{REQUEST_URI} !=/favicon.ico
  7. RewriteBase /
  8. RewriteRule . index.php [PT]
  9. RewriteRule ^(system/(classes|locale|schema|$)) index.php [PT]
  10. ### HABARI END