From f73b70ee78afba8ab42db1bdcafdda2b9cf036fc Mon Sep 17 00:00:00 2001 From: Sebastian Grewe Date: Sun, 4 May 2014 10:42:30 +0200 Subject: [PATCH] [FIX] Templates 404 in htaccess --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index a176a76f..6fb22ef2 100644 --- a/.htaccess +++ b/.htaccess @@ -1,6 +1,6 @@ ErrorDocument 404 /public/index.php?page=error&action=404 RedirectMatch 404 /logs(/|$) -RedirectMatch 404 /templtes(/|$) +RedirectMatch 404 /templates(/|$) RedirectMatch 404 /include(/|$) RedirectMatch 404 /scripts(/|$) RedirectMatch 404 /sql(/|$)