This website requires JavaScript.
Explore
Help
Sign In
loviuz
/
openstamanager
mirror of
https://github.com/devcode-it/openstamanager.git
Watch
1
Star
0
Fork
You've already forked openstamanager
0
Code
Issues
Releases
Activity
aa43aa08aa
openstamanager
/
files
/
.htaccess
8 lines
140 B
ApacheConf
Raw
Normal View
History
Unescape
Escape
Commit iniziale (r1662) Migrazione da SourceForge, partendo dal commit 1662 della carrtella trunk/openstamanager.
2017-08-04 16:28:16 +02:00
# Disable PHP rendering
Fix della configurazione .htaccess in files
2018-02-08 11:08:40 +01:00
<IfModule
mod_php5.c
>
php_flag
engine
off
</IfModule
>
<IfModule
mod_php7.c
>
php_flag
engine
off
</IfModule
>