Tag Archives: 安装错误

wordpress中install.php on line 36错误的解决方法

在安装wordpress时,有时会出现Warning: Cannot modify header information – headers already sent by (output started at D:\xampp\htdocs\wordpress\wp-config.php:1) in D:\xampp\htdocs\wordpress\wp-admin\install.php on line 36这样的错误,其实这是因为我们在修改wp-config.php文件在保存时编码出现了问题,解决的办法如下