X-Git-Url: http://git.pjr.cc/?a=blobdiff_plain;f=www%2F.htaccess;h=e1f7b2ece247bd3d255b85755ba63bb5af919d58;hb=92127a03c74a5651294ae9f0198d536862fb5f5e;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=02c47bc60cdd8c5b7f5cafd6501cb03b2f55cfd8;p=glcas.git diff --git a/www/.htaccess b/www/.htaccess index e69de29..e1f7b2e 100644 --- a/www/.htaccess +++ b/www/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine on +RewriteBase /src/eclipse-workspace/glcas/www/ +RewriteRule ^index\.php.* - [L] +RewriteRule ^soap\.php.* - [L] +RewriteCond %{REQUEST_FILENAME} !-f +RewriteCond %{REQUEST_FILENAME} !-d +RewriteRule ^(.*)$ index.php?q=$1 [L,QSA] +