zerocalcare/.htaccess

8 lines
127 B
ApacheConf
Raw Normal View History

2018-11-04 17:58:16 +00:00
SetEnv LANG en_US.UTF-8
Options +ExecCGI
AddHandler cgi-script .py
<Files "config.py">
Order Allow,Deny
Deny from all
</Files>