diff --git a/.htaccess b/.htaccess index 45abcc7..b6cc6fa 100644 --- a/.htaccess +++ b/.htaccess @@ -4,7 +4,12 @@ # Protect files and directories from prying eyes. - Order allow,deny + + Require all granted + + + Order allow,deny + # Don't show directory listings for URLs which map to a directory.