gavingc/TuckerSync/master/.htaccess - Htaccess File

gavingc/TuckerSync/master/.htaccess

Options +ExecCGI
AddHandler cgi-script .py
AddHandler wsgi-script .wsgi

# Disable directory index.
Options -Indexes

# Forbid access to /env sub directory.
Redirect 403 /env

# Set DirectoryIndex or use a full Rewrite rule.
DirectoryIndex index.py index.wsgi

On Github License

Files

Download PDF of Htaccess file

Comments

Apache