]> andersk Git - zcommit.git/commitdiff
Added htaccess
authorGreg Brockman <gdb@mit.edu>
Tue, 23 Mar 2010 20:53:41 +0000 (16:53 -0400)
committerGreg Brockman <gdb@mit.edu>
Tue, 23 Mar 2010 20:53:41 +0000 (16:53 -0400)
.htaccess [new file with mode: 0644]

diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..3fc5a02
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,4 @@
+RewriteEngine on
+
+RewriteCond %{REQUEST_FILENAME} !-f
+RewriteRule ^(.*)$ zcommit.py/$1 [QSA,L]
This page took 0.055698 seconds and 5 git commands to generate.