implementing soap.. soap soap soap
[glcas.git] / www / .htaccess
index e69de29..e1f7b2e 100644 (file)
@@ -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]
+