RewriteEngine On RewriteCond %{SCRIPT_FILENAME} !-f RewriteCond %{SCRIPT_FILENAME} !-d RewriteRule ^[^\.]*$ index.py [QSA,L] AddHandler mod_python .py PythonHandler index PythonDebug On DirectoryIndex index.html index.htm index.py index.php