1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2024-12-11 16:06:20 +01:00
openstamanager/files/.htaccess
2018-02-08 11:08:40 +01:00

8 lines
140 B
ApacheConf

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