From 94a8dc7685dee43becc5ce3631029d93dd15235c Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Thu, 23 Apr 2015 17:50:57 +0200 Subject: [PATCH] Remove htaccess --- .htaccess | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .htaccess 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 -