- ### SILVERSTRIPE START ###
- <IfModule mod_dir.c>
- DirectorySlash Off
- </IfModule>
- RewriteEngine On
- RewriteBase /AnahataYoga
- RewriteCond %{REQUEST_URI} !(\.gif)|(\.jpg)|(\.png)|(\.css)|(\.js)|(\.php)$
- RewriteCond %{REQUEST_URI} ^(.*)$
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteRule .* sapphire/main.php?url=%1&%{QUERY_STRING} [L]
- ### SILVERSTRIPE END ###