From a3b39001aa6d55db8021c034a8ebcd5e8b0a9a7a Mon Sep 17 00:00:00 2001 From: Roman Hergenreder Date: Wed, 1 Apr 2020 15:14:52 +0200 Subject: [PATCH] =?UTF-8?q?Now=20really=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .htaccess | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 29da5f8..3d02921 100644 --- a/.htaccess +++ b/.htaccess @@ -1,12 +1,8 @@ php_flag display_errors on Options -Indexes -# ErrorDocument 404 +RedirectMatch 404 /\.git RewriteEngine On RewriteRule ^api/(.*)?$ index.php?api=$1&$2 [L,QSA] RewriteRule ^((?!((js|css|img|fonts|api)($|\/)))(.*)?)$ index.php?site=$1&$2 [L,QSA] - - - Deny from all -