Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.36 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. ### SILVERSTRIPE START ###
  2. <IfModule mod_dir.c>
  3. DirectorySlash Off
  4. </IfModule>
  5.  
  6. RewriteEngine On
  7. RewriteBase /AnahataYoga
  8.  
  9. RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
  10.  
  11. RewriteCond %{REQUEST_URI} ^(.*)$
  12. RewriteCond %{REQUEST_FILENAME} !-f
  13. RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
  14. ### SILVERSTRIPE END ###