3d-interface/.htaccess

15 lines
239 B
ApacheConf
Raw Normal View History

2015-04-12 21:13:41 +02:00
AddHandler cgi-script .py
Options +ExecCGI
DirectoryIndex index.py
ErrorDocument 403 /errors/403/
ErrorDocument 404 /errors/404/
2015-04-13 09:51:07 +02:00
Redirect permanent /scene /prototype
2015-04-12 21:13:41 +02:00
<Files "index.html">
Order Allow,Deny
Deny from all
</Files>