Files
itflow/uploads/.htaccess
2025-10-09 19:23:48 -04:00

8 lines
195 B
ApacheConf

Options -ExecCGI
php_flag engine off
RemoveHandler .php .phtml .phar .phps
RemoveType .php .phtml .phar .phps
<FilesMatch "\.(php|phtml|phar|phps|cgi|pl|sh)$">
Require all denied
</FilesMatch>