在httpd.conf中加入
Alias /test/  "D:/我的电影/"
<Directory "D:/我的电影/">
Options Indexes
Order allow,deny
Allow from all
</Directory>

想要了解个选项的作用,请参考 [url]http://httpd.apache.org/docs/2.0/mod/core.html#options[/url]
 
由于包含中文路径,需要把httpd.conf另存为utf-8格式
不过这样虽然能访问到文件夹下的资源,却不能解析文件夹下php文件