*** empty log message ***
[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
8 #Sometimes neccessary to add those
9 #
10 #AddType application/x-javascript .js
11 #AddType text/css .css