直接在windows 2000 server上安装MU2.6。之前安装了xampp包,包含了mysql和php等,步骤如下:
1.下载,并解压到/htdocs/blog/目录下。
2.配置wp-config-sample.php中的数据库,用户名和密码。另存为“wp-config.php”。
3.打开apache的配置文件,
<Directory />
Options FollowSymLinks
AllowOverride None
将None改成FileInfo Options。
下面还有一个
<Directory "D:/username/xampp/cgi-bin">
AllowOverride None
也有个Allowoverride None,这个没改。
4.在服务器上用
http://localhost/blog/访问,显示
Problem in wp-config.php - $base is set to BASE when it should be the path like "/" or "/blogs/"! Please fix it!
5.找到这个设置,将"BASE"改成"/blog/"。因为我是把mu放在blog下面的。
6.再访问:
Warning!Installing to http://localhost/ is not supported. Please use
http://localhost.localdomain/ instead.
现在不知如何是好?请问接下来该怎么做呢?
到底是什么问题?