phpcms安装后首页出不来是因为安装环境Apache的默认页没有“index.htm”,其解决办法:首先找到并打开“httpd.conf”文件;然后在DirectoryIndex之后添加“index.htm”即可。
这是因为你安装环境apache的默认页没有index.htm。
所以对于新手或者我们有时大意时来说,刚配置完毕环境,往往忽略在 符:APAcheconfhttPD.conf 中没有添加 index.htm
解决方法:
打开盘符:Apacheconfhttpd.conf ,找到 DirectoryIndex index.html index.Html.var index.PHP
复制代码在DirectoryIndex 之后添加 index.htm 。
这样默认页面便可访问。