From: paulr Date: Thu, 18 Aug 2011 18:20:18 +0000 (+1000) Subject: forgot the htaccess file X-Git-Url: http://git.pjr.cc/?p=anyhammer.git;a=commitdiff_plain;h=HEAD forgot the htaccess file --- 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] +