Apache 增加虚拟目录

https://jingyan.baidu.com/article/647f0115906ae87f2148a885.html

打开 httpd.conf 文件

2.1:查找

2.2:在

ScriptAlias /cgi-bin/ "D:/Program Files/wamp/server/Apache2.2/cgi-bin/"

的后面输入:

Alias  /php  "F:/www_php" 

变成:

#
#ScriptAlias /cgi-bin/ "H:/adsdv01/php/Apache/cgi-bin/"

Alias  /openPlatform  "C:/L/2017.10.10-OpenPlatform/phpStudy-web/openPlatform"

你可能感兴趣的:(apache)