您现在的位置是:首页 > 教程 > WordPress教程WordPress教程

wordpress路径URL中文乱码的解决方法

涵柏2023-07-24 23:54:48WordPress教程已有人查阅

导读wordpress URL出现中文乱码怎么解决?wordpress中跳转URL中文部分全是乱码。apache配置,文件里有apache的说明地址

wordpress URL出现中文乱码怎么解决?

wordpress中跳转URL中文部分全是乱码
如:

解决办法:

apache配置,文件里有apache的说明地址,这一段可以加在这些上下文中,server config, virtual host, directory, .htaccess

AddDefaultCharset utf-8
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Serve the following file types with the media type `charset`
# parameter set to `UTF-8`.
#
# https://httpd.apache.org/docs/current/mod/mod_mime.html#addcharset
<IfModule mod_mime.c>
    AddCharset utf-8 .atom 
                     .bbaw 
                     .css 
                     .geojson 
                     .js 
                     .json 
                     .jsonld 
                     .manifest 
                     .rdf 
                     .rss 
                     .topojson 
                     .vtt 
                     .webapp 
                     .webmanifest 
                     .xloc 
                     .xml 
                     .swf
</IfModule>

然后清除下浏览器缓存

本文标签:

很赞哦! ()

留言与评论 (共有 条评论)
验证码:

相关标签