在httpd.conf中加入
Alias /name/ "路径"

解决方案 »

  1.   

    参考:
    http://www.csdn.net/develop/read_article.asp?id=2730
      

  2.   

    Alias   /your virtual path/   "your path"
    把这个加在httpd.conf随便那个位置加都可以,但是不要加在<tag......./tag>之间。
      

  3.   

    安装APACHE1.3.9(配置conf目录下的httpd.conf文件)
    设置Apache虚拟目录,加入以下行:
    Alias  /test/   "c:/php3/test/" 
    Alias  /php/   "d:/php/"
    增加默认启动文档:
       DirectoryIndex index.html
       DirectoryIndex index.htm 
       DirectoryIndex index.php 
       DirectoryIndex index.php3