Remove htaccess

This commit is contained in:
Thomas FORGIONE 2015-04-23 17:50:57 +02:00
parent 445219b013
commit 94a8dc7685
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
AddHandler cgi-script .py
Options +ExecCGI
DirectoryIndex index.py
ErrorDocument 403 /errors/403/
ErrorDocument 404 /errors/404/
Redirect permanent /scene /prototype
<Files "index.html">
Order Allow,Deny
Deny from all
</Files>