basic structure
[gwvp.git] / www / .htaccess
1 RewriteEngine on
2 RewriteBase /src/eclipse-workspace/glcas/www/ 
3 RewriteRule ^index\.php.* - [L,B]
4 RewriteRule ^soap\.php.* - [L,B]
5 RewriteCond %{REQUEST_FILENAME} !-f
6 RewriteCond %{REQUEST_FILENAME} !-d
7 RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]
8