]> andersk Git - sql-web.git/blobdiff - .htaccess
git-svn-id: svn://presbrey.mit.edu/sql/mitsql@74 a142d4bd-2cfb-0310-9673-cb33a7e74f58
[sql-web.git] / .htaccess
index 326349248a3856d247e883b7953dba99fd954c8f..a4380604e25c61d79ffd1dabb6b7179a08af67a2 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -6,7 +6,9 @@
 #php_value xdebug.remote_port "9000"
 
 RewriteEngine On
-RewriteBase /~presbrey/mitsql/
+RewriteBase /~sql/dev/
+#RewriteBase http://sql.mit.edu/
+#RewriteBase /
 
 #RewriteOptions MaxRedirects=1
 
@@ -52,7 +54,7 @@ RewriteBase /~presbrey/mitsql/
 
 ## REVISION 4
 
-RewriteCond %{REQUEST_URI} ^.*/mitsql/do/(.+)$
+RewriteCond %{REQUEST_URI} ^.*/do/(.+)$
 RewriteRule ^do/(.+)$ $1.php [QSA]
 
 RewriteCond %{REQUEST_FILENAME} !-f
@@ -62,7 +64,7 @@ RewriteRule .* do/index [R,L,QSA]
 #RewriteCond %{THE_REQUEST} ^(GET|HEAD)\ /.+\.php\ HTTP
 #RewriteRule .* do/index [R,L,QSA]
 
-RewriteCond %{THE_REQUEST} !^(GET|POST)\ /.+mitsql/do/.+\ HTTP
+RewriteCond %{THE_REQUEST} !^(GET|POST)\ /.+do/.+\ HTTP
 RewriteCond %{REQUEST_FILENAME} !\.html$
 RewriteCond %{REQUEST_FILENAME} !\.css$
 RewriteCond %{REQUEST_FILENAME} !\.jpg$
This page took 0.043669 seconds and 4 git commands to generate.