在httpd.conf中加入
Alias /test/ "D:/我的电影/"
<Directory "D:/我的电影/">
Options Indexes
Order allow,deny
Allow from all
</Directory>
<Directory "D:/我的电影/">
Options Indexes
Order allow,deny
Allow from all
</Directory>
由于包含中文路径,需要把httpd.conf另存为utf-8格式
不过这样虽然能访问到文件夹下的资源,却不能解析文件夹下php文件
转载于:https://blog.51cto.com/xieyu/52431