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
+