SID & start_form() cleanup.
[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 php_flag magic_quotes_gpc Off
6 php_flag register_globals Off
7 # do not use SID in url
8 php_flag session.use_trans_sid Off
9
10 #Sometimes neccessary to add those
11 #
12 #AddType application/x-javascript .js
13 #AddType text/css .css