Moved from php to python

This commit is contained in:
Thomas FORGIONE
2015-04-12 21:13:41 +02:00
parent 35a8522088
commit 925f6bab74
30 changed files with 4886 additions and 124 deletions

View File

@@ -1 +1,12 @@
php_value include_path 'include'
AddHandler cgi-script .py
Options +ExecCGI
DirectoryIndex index.py
ErrorDocument 403 /errors/403/
ErrorDocument 404 /errors/404/
<Files "index.html">
Order Allow,Deny
Deny from all
</Files>