Moving the old code aside into the archive as i begin a new
[glcas.git] / www / .htaccess
diff --git a/www/.htaccess b/www/.htaccess
deleted file mode 100644 (file)
index e1f7b2e..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-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]
-