在我的错误日志中,我得到了:Cannot modify header information - headers already sent by (output started at .... /public_html/index.php:1) in .... public_html/blog/wp-includes/pluggable.php on line 1216\n
index.php在我的静态网站上,并且第一行上有<!doctype html>
前后没有空格。
该pluggable.php来自我的WP博客。
1216行是这个header("Location: $location", true, $status);
我该怎么办才能消除此错误?
约翰娜