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