php 在windows下配置虚拟目录的方法介绍
先打开Apache的conf目录下的httpd.conf文件,在末尾添加如下代码:复制代码 代码如下: ServerName www.mydemo.com DocumentRoot “D:/mydemo” Options FollowSymLinks IncludesNOEXEC Indexes DirectoryIndex index.html index.htm default.htm index.php default.php index.cgi default.cgi index.pl default.
下载地址
用户评论