X-Git-Url: http://git.pjr.cc/?p=anyhammer.git;a=blobdiff_plain;f=www%2F.htaccess;fp=www%2F.htaccess;h=fdaf2c60593aa136c872a78649dfbeba7328abd4;hp=0000000000000000000000000000000000000000;hb=043c53d45812888ceec2a7f299818d6abd2d3b14;hpb=8614731736208c3bc37648efcca8838ca2e3b629 diff --git a/www/.htaccess b/www/.htaccess new file mode 100644 index 0000000..fdaf2c6 --- /dev/null +++ b/www/.htaccess @@ -0,0 +1,8 @@ +RewriteEngine on +RewriteBase /src/eclipse-workspace/anyhammer/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] +