1 2 3 4 5 6
RewriteEngine On RewriteRule ^.*$ api.py [QSA,L] AddHandler mod_python .py PythonHandler api PythonDebug On