很多使用destoon的用户在网站转移服务器后,一切正常,但是在有搜索页面时,搜索汉字就会出现乱码 框框 之类的符号,而搜索数字,英文则很正常。
对于使用destoon(GBK)模板的用户来说,解决方法为:
将.htaccess文件中的
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2
改为
RewriteRule ^(.*)-htm-(.*)$ $1.php?$2 [NU]
如果设置了NU标记,从Unicode转换为UTF – 8将不会发生。所有Unicode字符会保持它的%xx格式不变,问题就得以解决!
http://www.bkjia.com/PHPjc/825464.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/825464.htmlTechArticle很多使用destoon的用户在网站转移服务器后,一切正常,但是在有搜索页面时,搜索汉字就会出现乱码 框框 之类的符号,而搜索数字,英文...
Déclaration:Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn