completed an install of centos.. yay
[glcas.git] / www / .htaccess
index e1f7b2e..be7a5ed 100644 (file)
@@ -1,8 +1,8 @@
 RewriteEngine on
 RewriteBase /src/eclipse-workspace/glcas/www/ 
-RewriteRule ^index\.php.* - [L]
-RewriteRule ^soap\.php.* - [L]
+RewriteRule ^index\.php.* - [L,B]
+RewriteRule ^soap\.php.* - [L,B]
 RewriteCond %{REQUEST_FILENAME} !-f
 RewriteCond %{REQUEST_FILENAME} !-d
-RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
+RewriteRule ^(.*)$ index.php?q=$1 [L,QSA,B]