RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ public_html/facebook/wsgi.py/$1 [QSA,L]
