Moving the old code aside into the archive as i begin a new
[glcas.git] / archive / v1 / www / .htaccess
diff --git a/archive/v1/www/.htaccess b/archive/v1/www/.htaccess
new file mode 100644 (file)
index 0000000..e1f7b2e
--- /dev/null
@@ -0,0 +1,8 @@
+RewriteEngine on
+RewriteBase /src/eclipse-workspace/glcas/www/ 
+RewriteRule ^index\.php.* - [L]
+RewriteRule ^soap\.php.* - [L]
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteCond %{REQUEST_FILENAME} !-d
+RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
+