Je dispose du serveur suivant :
- APACHE 2
Code : Tout sélectionner
LoadModule php5_module modules/libphp5.so AddType application/x-httpd-php .php AddDefaultCharset utf-8 LoadModule rewrite_module modules/mod_rewrite.so RewriteEngine On RewriteRule ^\/([0-9]+)i(.*)\.html(.*) /index.php?coe_i_id=$1$3 [L] - PHP 5.*
Code : Tout sélectionner
‘./configure’ … ‘--enable-mbstring’ … ‘./configure’ … ‘--enable-soap’ … ‘--with-xsl[=DIR]’ … register_globals = on register_long_arrays = on allow_url_fopen = on magic_quote_gpc = on short_open_tags = on mbstring.language = Neutral mbstring.internal_encoding = UTF-8 mbstring.http_input = UTF-8 mbstring.http_output = UTF-8 mbstring.encoding_translation = On mbstring.detect_order = auto mbstring.substitute_character = none; mbstring.func_overload = 7 - MySQL 5.0.22
Code : Tout sélectionner
‘./configure’ … ‘--with-charset=utf8’ …