下
午没事,折腾了一个本地WordPress。
安装过程很简单,首先下载一个Xammp。运行apache和mysqld。剩下的就是新建一个数据库和安装。
安装过程中,出现如下错误:
Warning: Cannot modify header information - headers already sent by (output started at D:\xampphtdocswwp-config.php:1)
注意,那是因为使用windows系统自动记事本来编辑wp-config-samples.php造成的,请换用notepad+++等其它文档软件编辑!