~eda-qa/dhlib/main

« back to all changes in this revision

Viewing changes to restricted/app-fortress/fortress/web/.htaccess

  • Committer: edA-qa mort-ora-y
  • Date: 2010-02-16 05:36:32 UTC
  • Revision ID: eda-qa@disemia.com-20100216053632-60lt7fndfi3fgblw
first

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
AddType 'text/html; charset=UTF-8' html
 
2
 
 
3
Options 
 
4
 
 
5
php_value mbstring.internal_encoding UTF-8
 
6
php_value mbstring.http_output UTF-8
 
7
php_value mbstring.http_input UTF-8
 
8
php_value mbstring.func_overload 7
 
9
 
 
10
# Why the FUCK would this be On by default!
 
11
php_flag magic_quotes_gpc off
 
12
 
 
13
# Are these needed?
 
14
php_value iconv.internal_encoding UTF-8
 
15
php_value iconv.output_encoding UTF-8