You don't have permission to access /hycs/ on this server.

来源:学生作业帮助网 编辑:作业帮 时间:2024/05/02 17:13:20
You don't have permission to access /hycs/ on this server.

You don't have permission to access /hycs/ on this server.
You don't have permission to access /hycs/ on this server.

You don't have permission to access /hycs/ on this server.
你无权访问该服务器

你没有权限访问这个服务器

你没有访问本服务器上的 /hycs 文件目录的权限、

这是由于你更改了你的DocumentRoot,而更改了这个默认值后,下面还有一个值是要随着更改的。就在它下面不远的地方,有这样一段:
#
# This should be changed to whatever you set DocumentRoot to.
#

中括号里...

全部展开

这是由于你更改了你的DocumentRoot,而更改了这个默认值后,下面还有一个值是要随着更改的。就在它下面不远的地方,有这样一段:
#
# This should be changed to whatever you set DocumentRoot to.
#

中括号里的内容就是你更改的新值。这样就不会出现403错误了。

Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

收起