diff --git a/.htaccess b/.htaccess deleted file mode 100644 index ea0132f..0000000 --- a/.htaccess +++ /dev/null @@ -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 - - - Order Allow,Deny - Deny from all -