From 84950842976b9c2faeb0e2c8791219fe3027992a Mon Sep 17 00:00:00 2001 From: Greg Brockman Date: Tue, 23 Mar 2010 16:53:41 -0400 Subject: [PATCH] Added htaccess --- .htaccess | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..3fc5a02 --- /dev/null +++ b/.htaccess @@ -0,0 +1,4 @@ +RewriteEngine on + +RewriteCond %{REQUEST_FILENAME} !-f +RewriteRule ^(.*)$ zcommit.py/$1 [QSA,L] -- 2.45.1