From 5612e3122d3a7d6bfcaf1be4ac94fa049302de09 Mon Sep 17 00:00:00 2001 From: Taras Machyshyn Date: Wed, 26 Mar 2014 15:40:15 +0200 Subject: [PATCH] fixed .htaccess and Web.config --- .htaccess | 7 ++----- Web.Config => Web.config | 0 api/v1/{Web.Config => Web.config} | 0 3 files changed, 2 insertions(+), 5 deletions(-) rename Web.Config => Web.config (100%) rename api/v1/{Web.Config => Web.config} (100%) diff --git a/.htaccess b/.htaccess index 35ec7436c1..065d1c7d8b 100755 --- a/.htaccess +++ b/.htaccess @@ -1,11 +1,8 @@ DirectoryIndex index.php +RedirectMatch 403 \.config$ + - -#SetEnv HTTP_MOD_REWRITE On -SetEnv ESPO_MR On - RewriteEngine On RewriteRule reset/?$ reset.html [QSA,L] - \ No newline at end of file diff --git a/Web.Config b/Web.config similarity index 100% rename from Web.Config rename to Web.config diff --git a/api/v1/Web.Config b/api/v1/Web.config similarity index 100% rename from api/v1/Web.Config rename to api/v1/Web.config