ProfessionalIT/customers/master/bambinocampones/public_html/webfaction/.htaccess
<Files index.py>
SetHandler wsgi-script
Options ExecCGI FollowSymLinks
</Files>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_URI} ^/static
RewriteRule ^(static/.*)$ - [L]
RewriteCond %{REQUEST_URI} !^/icons
RewriteCond %{REQUEST_URI} !^/favicon.ico$
RewriteCond %{REQUEST_URI} !^(/.*)+index.py/
RewriteRule ^(.*)$ index.py/$1 [PT]
</IfModule>
On Github License
Files
Download PDF of Htaccess file