]> sipb.mit.edu Git - sipb-www.git/commitdiff
handle /iap with symlink, not mod_rewrite
authorGreg Price <price@mit.edu>
Thu, 12 Feb 2009 04:06:59 +0000 (23:06 -0500)
committerGreg Price <price@mit.edu>
Thu, 12 Feb 2009 04:06:59 +0000 (23:06 -0500)
.htaccess

index 247b755afd43384e5845529a3fa062b5cb9a5974..0d6fd991e4bd86fb11d981c856b033c015c8e987 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -7,9 +7,6 @@
 RewriteEngine On
 RewriteBase /
 
-# Redirect /iap to stuff.mit.edu/iap
-RewriteRule ^iap(/.*)?$ http://stuff.mit.edu/iap$1 [R,L]
-
 # Serve some CGI scripts from _wiki-cgi
 RewriteRule ^ikiwiki.cgi$ _wiki-cgi/ikiwiki.cgi [L]
 RewriteRule ^update.cgi$ _wiki-cgi/update.cgi [L]