PHP头条
热点:

APMServ批改php默认目录


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


生效了。。。。。。。

www.phpzy.comtrue/phprm/42030.htmlTechArticleAPMServ批改php默认目录 APMServ修改php默认目录 步骤1:点击Appache设置 步骤2:需要修改的地方(httpd.cof) DocumentRoot "E:/www/aaa" NameVirtualHost *:8080 ServerName * DocumentRoot "E:/www/aaa" Options FollowSym...

相关文章

PHP之友评论

今天推荐