Merged changes form main trunk since 2.1RC
[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         php_flag session.use_trans_sid Off
9 </IfModule>
10 <IfModule mod_php5.c>
11         php_flag magic_quotes_gpc Off
12         php_flag register_globals Off
13         php_flag session.use_trans_sid Off
14 </IfModule>
15
16 #Sometimes neccessary to add those
17 #
18 #AddType application/x-javascript .js
19 #AddType text/css .css