sipb-www
/
sipb-www.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
6c31867
)
handle /iap with symlink, not mod_rewrite
author
Greg Price
<price@mit.edu>
Thu, 12 Feb 2009 04:06:59 +0000
(23:06 -0500)
committer
Greg Price
<price@mit.edu>
Thu, 12 Feb 2009 04:06:59 +0000
(23:06 -0500)
.htaccess
patch
|
blob
|
history
diff --git
a/.htaccess
b/.htaccess
index 247b755afd43384e5845529a3fa062b5cb9a5974..0d6fd991e4bd86fb11d981c856b033c015c8e987 100644
(file)
--- a/
.htaccess
+++ b/
.htaccess
@@
-7,9
+7,6
@@
RewriteEngine On
RewriteBase /
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]
# Serve some CGI scripts from _wiki-cgi
RewriteRule ^ikiwiki.cgi$ _wiki-cgi/ikiwiki.cgi [L]
RewriteRule ^update.cgi$ _wiki-cgi/update.cgi [L]