Monday 12 March 2007 2:22:00 pm
Hello,
All my site is in utf-8 I have ez 3.9 I execute the script makestaticcache.php and added in apache conf :
#pour la creation des pages du site
RewriteCond /var/www/sites/marche/html/ezpublish/static/index.html -f
RewriteRule ^/$ /static/index.html [L]
RewriteCond /var/www/sites/marche/html/ezpublish/static/index.html -f
RewriteRule ^$ /static/index.html [L]
RewriteCond %{REQUEST_METHOD} !^POST$
RewriteCond /var/www/sites/marche/html/ezpublish/static$1/index.html -f
RewriteRule ^(.*)$ /static$1/index.html [L] # fin pour static all my pages are generated in utf-8 encoding, but the navigator try to post the page in a other encoding (ISO-8859-1) Look at http://www.marche.be/static.jpg Why it's not the good character encoding headers thanks !
L'informaticien est comme un petit canard:
il est calme en surface mais en dessous il brasse beaucoup d'eau pour
avancer ...!
|