打印

[求助]启动APACHE后不能运行html文件

[求助]启动APACHE后不能运行html文件

Forbidden
You don't have permission to access /extras/index.html on this server.

在哪改权限

TOP

是不是文档名错为*.htm??

TOP

是没有浏览权限吧

看一下你的Http.conf
总算考完了,考这么多~~~~~寒~~ [Nothing Is Real But My Mind] ------------------------- ------------------------- [Nothing Is Real but My Mind]

TOP

Re: [求助]启动APACHE后不能运行html文件

[quote:d5cfea4289="sljk"]Forbidden
You don't have permission to access /extras/index.html on this server.

在哪改权限[/quote]


1.你确定/extras是否在apache指定的web服务路径下
2.你用ls -l的命令看看index.html的权限是否为可执行的权限。

TOP