From 3cc27d7bfb881d3b04bc46588a0d091256b551af Mon Sep 17 00:00:00 2001 From: CommanderRedYT Date: Wed, 16 Dec 2020 12:34:18 +0100 Subject: [PATCH] Fixed it hopefully --- .htaccess | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index 6f0fa6d..09478dd 100644 --- a/.htaccess +++ b/.htaccess @@ -17,7 +17,12 @@ RewriteRule ^(.*)$ $1.php [NC,L] ErrorDocument 404 /404 ErrorDocument 403 /403 - + +order allow,deny +deny from all + + + order allow,deny deny from all