要解決此問題,就是把awstats設定中的LoadPlugin="decodeutfkeys"啟動。就可以了
# Plugin: DecodeUTFKeys
# Perl modules required: Encode and URI::Escape
# Allow AWStats to show correctly (in language charset) keywords/keyphrases
# strings even if they were UTF8 coded by the referer search engine.
#
LoadPlugin="decodeutfkeys"
在執行時,需要Perl的Encode 與 URI::Escape模組,所以如果在執行時出現錯誤,可以先把這兩個模組裝起來。然後再去執行網頁看看。