返回列表 回覆 發帖

[求助] wordpress....

Warning: Cannot modify header information - headers already sent by (output started at /home/ghostkille/domains/gkweb.ftzone.tk/public_html/blog/wp-config.php:1) in /home/ghostkille/domains/gkweb.ftzone.tk/public_html/blog/wp-includes/pluggable.php on line 868

這是甚麼,如何解決
編碼衝突....

如果你可以改php.ini的話search output_buffering 把前面的#去掉
不可以改的話把wp-config.php用不帶BOM的方式存成utf-8(不要用windows的記事本存 因為它在存成utf-8時會自動加入BOM標籤)
返回列表