X-Git-Url: http://git.pjr.cc/?p=gwvp.git;a=blobdiff_plain;f=www%2F.htaccess;fp=www%2F.htaccess;h=be7a5ed750a38b0ecc4655d576f8819204f6c246;hp=0000000000000000000000000000000000000000;hb=674f402e57a48fb80c84f3c556ec08ff1b1c6239;hpb=9ceccdb1113fb5ee2aac737d127e1ad0f71221b5 diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..be7a5ed --- /dev/null +++ b/www/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine on +RewriteBase /src/eclipse-workspace/glcas/www/ +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,B] +