APMServ修改php默认目录
步骤1:点击Appache设置
步骤2:需要修改的地方(httpd.cof)
DocumentRoot "E:/www/aaa"
NameVirtualHost *:8080
ServerName *
DocumentRoot "E:/www/aaa"
Options FollowSymLinks IncludesNOEXEC Indexes
DirectoryIndex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.pl index.shtml
AllowOverride None
Order Deny,Allow
Allow from all
步骤3:重启Appache
生效了。。。。。。。