From 2ee70fd3a84b4796bed175ec407ab4e4f24cb334 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Thu, 9 Oct 2025 19:23:48 -0400 Subject: [PATCH] Update .htaccess --- uploads/.htaccess | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/uploads/.htaccess b/uploads/.htaccess index 0c5dab21..da91030a 100644 --- a/uploads/.htaccess +++ b/uploads/.htaccess @@ -1,11 +1,7 @@ -php_flag engine off -RemoveHandler .php .phtml .php3 .php4 .php5 .php7 .php8 -RemoveType application/x-httpd-php - - Deny from all - Options -ExecCGI -AddHandler cgi-script .cgi .pl .sh .bash .zsh - - Deny from all - \ No newline at end of file +php_flag engine off +RemoveHandler .php .phtml .phar .phps +RemoveType .php .phtml .phar .phps + + Require all denied +