summaryrefslogtreecommitdiff
path: root/http/pic/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to 'http/pic/.htaccess')
-rw-r--r--http/pic/.htaccess7
1 files changed, 5 insertions, 2 deletions
diff --git a/http/pic/.htaccess b/http/pic/.htaccess
index 615bc19..65ceb47 100644
--- a/http/pic/.htaccess
+++ b/http/pic/.htaccess
@@ -1,6 +1,9 @@
+AddHandler mod_python .py
+PythonHandler fetch
+PythonDebug On
+
RewriteEngine On
RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
-RewriteRule .* fetch.php [QSA,L]
-
+RewriteRule .* fetch.py [QSA,L]