]> andersk Git - zcommit.git/blobdiff - .htaccess
Added htaccess
[zcommit.git] / .htaccess
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.043806 seconds and 4 git commands to generate.