From 942e3aa2b6b255fe9dac2a461aed1720c7376685 Mon Sep 17 00:00:00 2001 From: jaquer Date: Wed, 26 Jan 2022 16:51:12 -0800 Subject: Updated .htaccess file. - Wrapped php-fcgid directive inside an IfModule statement. - Updated *.db access directive to use the new syntax, with a fallback. --- .htaccess | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.htaccess') diff --git a/.htaccess b/.htaccess index b1de444..f42ae6a 100644 --- a/.htaccess +++ b/.htaccess @@ -1,9 +1,16 @@ # this line may need to be removed on other hosts! + Action php-fcgid /fcgi-bin/php-fcgi-starter-7.0 + + Order allow,deny Deny from all + + + Require all denied + -- cgit v1.2.3