pH-7/what-is-my-ip/master/.htaccess - Htaccess File

pH-7/what-is-my-ip/master/.htaccess

Options -MultiViews -Indexes
Options +FollowSymLinks

AddHandler cgi-script .py
Options +ExecCGI
DirectoryIndex index.py

# Deny access to INI configuration and Template files
<FilesMatch ".(ini|tpl)">
Order allow,deny
Deny from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache