openstamanager/files/.htaccess

8 lines
140 B
ApacheConf
Executable File

# Disable PHP rendering
<IfModule mod_php5.c>
php_flag engine off
</IfModule>
<IfModule mod_php7.c>
php_flag engine off
</IfModule>