禁止WordPress半角符号自动变成全角符号
半角符号
修改主题的functions.php文件,在<?php 和 ?> 加入下面的代码即可
remove_filter('the_content', 'wptexturize');
这条Apache的mod_rewrite规则就是把所有IE6的访问解析到一个单独页面上的。
#.htaccess
RewriteCond %{HTTP_USER_AGENT} ^.*MSIE\s6.*$ [NC]
RewriteRule ^$ no-support.html [L]