From 043c53d45812888ceec2a7f299818d6abd2d3b14 Mon Sep 17 00:00:00 2001 From: paulr Date: Fri, 19 Aug 2011 04:20:18 +1000 Subject: [PATCH] forgot the htaccess file --- www/.htaccess | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) create mode 100644 www/.htaccess 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] + -- 1.7.0.4