X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=www%2F.htaccess;h=be7a5ed750a38b0ecc4655d576f8819204f6c246;hb=master;hp=e1f7b2ece247bd3d255b85755ba63bb5af919d58;hpb=17d5412ef5bdde749ce57dbdd627243eb0d701a8;p=glcas.git diff --git a/www/.htaccess b/www/.htaccess index e1f7b2e..be7a5ed 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -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]