From 17167b1c0e088000164b87ef0a02237a3ffc107c Mon Sep 17 00:00:00 2001 From: emkael Date: Mon, 9 Feb 2015 20:14:59 +0100 Subject: * mod_python port --- http/.htaccess | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'http/.htaccess') diff --git a/http/.htaccess b/http/.htaccess index 92130fb..5ad514f 100644 --- a/http/.htaccess +++ b/http/.htaccess @@ -2,5 +2,9 @@ RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d -RewriteRule ^[^\.]*$ index.php [QSA,L] +RewriteRule ^[^\.]*$ index.py [QSA,L] +AddHandler mod_python .py +PythonHandler index +PythonDebug On +DirectoryIndex index.html index.htm index.py index.php -- cgit v1.2.3