invirt.mit.edu: .htaccess to cancel rewrites from parent dir
authorGreg Price <price@mit.edu>
Fri, 12 Dec 2008 06:40:05 +0000 (01:40 -0500)
committerGreg Price <price@mit.edu>
Fri, 12 Dec 2008 06:40:05 +0000 (01:40 -0500)
/mit/xvm/web_scripts/.htaccess configures mod_rewrite for the use
of trac on xvm.scripts.  We need to disable that.

svn path=/trunk/scripts/invirt.mit.edu/; revision=1847

.htaccess [new file with mode: 0755]

diff --git a/.htaccess b/.htaccess
new file mode 100755 (executable)
index 0000000..38dcd05
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1 @@
+RewriteEngine Off