温馨提醒

如果文章内容或图片资源失效,请留言反馈,我们会及时处理,谢谢!

本文最后更新于2020年12月8日,已超过 30天没有更新

安装好php+mysql服务器一键安装包 找到这个 C:PC_webserverapacheconf httpd.conf 打开文件

下面加

  NameVirtualHost *:80      <VirtualHost *:80>      ServerName daixiao360.cn      DocumentRoot c:/PC_webserver/wwwroot      </VirtualHost>      <VirtualHost *:80>      ServerName www.daixiao360.cn    DocumentRoot c:/PC_webserver/wwwroot      </VirtualHost>  

然后也是在这个文件下搜索

  <Directory />      Options FollowSymLinks      AllowOverride None      Order deny,allow      Deny from all      </Directory>

改成

  <Directory />     Options Indexes FollowSymLinks      AllowOverride None    </Directory>

即可

搜索

  <IfModule dir_module>    DirectoryIndex index.html    </IfModule>

改成

  <IfModule dir_module>    DirectoryIndex index.html  index.php    </IfModule>

最后找到C:/WINDOW/Ssystem32/drive/rsetc/hosts

最下面加上

    120.24.66.120       daixiao360.cn    120.24.66.120       www.daixiao360.cn

就可以允许帝国cms了

历史上的今天
12月
8
    抱歉,历史上的今天作者很懒,什么都没写!
版权声明:原创作品,未经允许不得转载,否则将追究法律责任。
本站资源有的自互联网收集整理,如果侵犯了您的合法权益,请联系本站我们会及时删除。
本站资源仅供研究、学习交流之用,若使用商业用途,请购买正版授权,否则产生的一切后果将由下载用户自行承担。
本文链接:悟空资源网https://www.wkzyw.com/2763.html
许可协议:《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》许可协议授权