From 7df4923d9a95c61ef1d7ce02b2f1dcef9919ade5 Mon Sep 17 00:00:00 2001 From: "Sruu.pl" Date: Thu, 26 Apr 2018 23:13:29 +0200 Subject: [PATCH] Change FilesMatch to Files --- .htaccess | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index e04fec1..8e738aa 100644 --- a/.htaccess +++ b/.htaccess @@ -2,7 +2,7 @@ Options -Indexes # Prevent visitors from viewing files directly - + Order allow,deny Deny from all @@ -11,7 +11,7 @@ Options -Indexes Require all denied - + # URL rewrites @@ -20,4 +20,4 @@ Options -Indexes RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^ index.php [L] - \ No newline at end of file +