block php script execution

This commit is contained in:
Ryan
2025-03-21 11:17:24 -04:00
committed by GitHub
parent 3c2faa5218
commit a24321455a

View File

@@ -1 +1,7 @@
<IfModule mod_php7.c>
php_flag engine off
</IfModule>
<IfModule mod_php.c>
php_flag engine off
</IfModule>
Options -Indexes