forgot the htaccess file master
authorpaulr <me@pjr.cc>
Thu, 18 Aug 2011 18:20:18 +0000 (04:20 +1000)
committerpaulr <me@pjr.cc>
Thu, 18 Aug 2011 18:20:18 +0000 (04:20 +1000)
www/.htaccess [new file with mode: 0644]

diff --git a/www/.htaccess b/www/.htaccess
new file mode 100644 (file)
index 0000000..fdaf2c6
--- /dev/null
@@ -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]
+