笔者用的是phpstudy(Apache)+ windos ,一开始不理解Apache各个配置的含义(网上很多配置文章都没提到),导致配置老是出错,特总结一下。
Apache配置
在httpd.conf中查找DocumentRoot:
允许目录可以执行cgi:
# 查找一下自己的DocumentRoot
DocumentRoot "E:\Environment\phpstudy\PHPTutorial\WWW"
<Directory />
AllowOverride All
Options +ExecCGI
Order allow,deny
Allow from all
#Require al