美文网首页
[PHP高可用后端]③--安装配置

[PHP高可用后端]③--安装配置

作者: 子木同 | 来源:发表于2017-10-25 17:32 被阅读38次
Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png Paste_Image.png

http://www.thinkphp.cn/
http://www.thinkphp.cn/donate/download/id/1040.html

Wamp设置域名

C:\Windows\System32\drivers\etc\hosts

添加

127.0.0.1   singwa.com
httpd.conf
<VirtualHost *:80>
   DocumentRoot "C:/wamp/www/public" 
   ServerName singwa.com
</VirtualHost>

重启wamp即可

Paste_Image.png

相关文章

网友评论

      本文标题:[PHP高可用后端]③--安装配置

      本文链接:https://www.haomeiwen.com/subject/oyaqpxtx.html