X-Git-Url: http://git.pjr.cc/?p=glcas.git;a=blobdiff_plain;f=www%2F.htaccess;h=be7a5ed750a38b0ecc4655d576f8819204f6c246;hp=e1f7b2ece247bd3d255b85755ba63bb5af919d58;hb=a2a5bfaf87f03c6b1de4d63c488eba76d56d4f7b;hpb=ac6a7aa8e9f814a71f1c759c8ec2c83882cc1240 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]