fixed .htaccess and Web.config

This commit is contained in:
Taras Machyshyn
2014-03-26 15:40:15 +02:00
parent cf16cca50d
commit 5612e3122d
3 changed files with 2 additions and 5 deletions
+2 -5
View File
@@ -1,11 +1,8 @@
DirectoryIndex index.php
RedirectMatch 403 \.config$
<IfModule mod_rewrite.c>
#SetEnv HTTP_MOD_REWRITE On
SetEnv ESPO_MR On
RewriteEngine On
RewriteRule reset/?$ reset.html [QSA,L]
</IfModule>