一招解決wordpress URL中文亂碼問題

藏色散人
發布: 2021-12-02 15:04:24
轉載
3497 人瀏覽過

以下由WordPress教學專欄為大家介紹解決wordpress URL中文亂碼問題的方法,希望對需要的朋友有幫助!

wordpress URL出現中文亂碼怎麼解決?

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>
登入後複製

然後清除下方瀏覽器快取

一招解決wordpress URL中文亂碼問題

#

以上是一招解決wordpress URL中文亂碼問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:segmentfault.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板