simmons-tech/api/master/.htaccess - Htaccess File

simmons-tech/api/master/.htaccess

AddHandler wsgi-script .py
Options +ExecCGI

RewriteEngine On
RewriteBase /api

RewriteCond %{REQUEST_URI} ^/api/$
RewriteRule ^$ wsgi.py [L]

RewriteCond %{REQUEST_URI} !/api/wsgi.py
RewriteRule ^(.*)$ wsgi.py/$1 [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_URI

Comments

Apache