Outils pour utilisateurs

Outils du site


tech:pb_encodage_charset_apache_php

Pb encodage charset Apache PHP

<VirtualHost *:80>
        ServerName www.acme.fr
        ServerAdmin webmaster
        ServerSignature Off
        DirectoryIndex index.htm index.html index.php
        AddDefaultCharset ISO-8859-15
	php_value default_charset ISO-8859-15
</VirtualHost>

Il est plutôt recommandé d'utiliser UTF8

tech/pb_encodage_charset_apache_php.txt · Dernière modification : de Jean-Baptiste

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki