所需开发环境及文件
apache、gitHub、thinkPHP文件(下载地址:http://www.thinkphp.cn/down.html)。
在gitHub中新建项目
并 clone 到本地已存在的文件夹下,并把下载好的 thinkPHP 也解压进来。
配置apache站点
进入C:/xampp/apache/conf/extra/httpd-vhosts.conf文件,新建站点(站点名为:www.halou.com)
<VirtualHost *:80>
ServerAdmin 245875166@qq.com
DocumentRoot "C:/Documents/halou"
ServerName www.halou.com
ServerAlias www.halou.com
ErrorLog "l