diff options
Diffstat (limited to 'http/api/.htaccess')
-rw-r--r-- | http/api/.htaccess | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/http/api/.htaccess b/http/api/.htaccess new file mode 100644 index 0000000..998bfca --- /dev/null +++ b/http/api/.htaccess @@ -0,0 +1,6 @@ +RewriteEngine On +RewriteRule ^.*$ api.py [QSA,L] + +AddHandler mod_python .py +PythonHandler api +PythonDebug On |