菜鸟问题,麻烦各位帮帮忙啊
在配置apache服务器虚拟目录时,加入了以下代码:
<IfModule dir_moudle>
DirectoryIndex index.html index.htm index.php
Alias /myweb "e:/myweb"
<Directory e:/myweb>
order allow,deny
Allow from all
</Directory>
</IfModule>
目录是存在的,apache重启也没有问题,但是输入http://localhost/welcome.html却无法访问文件夹中的网页
(文件夹中有一个welcome.html)
浏览器提示错误类型一直是:403
各位大虾帮忙看看