Additional checks and fixes of php settings in GI mode.
[fa-stable.git] / .htaccess
1 # These settings are recommended
2 # Maybe you might have problems
3 # with other scripts that needs
4 # register_globals ON
5 <IfModule mod_php4.c>
6         php_flag magic_quotes_gpc Off
7         php_flag register_globals Off
8 </IfModule>
9 <IfModule mod_php5.c>
10         php_flag magic_quotes_gpc Off
11         php_flag register_globals Off
12 </IfModule>
13
14 #Sometimes neccessary to add those
15 #
16 #AddType application/x-javascript .js
17 #AddType text/css .css