我将HTML文件上传上去怎么是这样!!哪位帮个忙...

来源:百度知道 编辑:UC知道 时间:2024/06/09 04:24:48
Forbidden
You don't have permission to access / on this server.

--------------------------------------------------------------------------------

Apache/1.3.33 Server at sslaser.com.cn Port 80
我上传上去之后是这样!
请问一下哪里出了问题?
怎么解决???

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

翻译过来是:
禁止
你不被允许访问在这个服务器上。

可能有2个原因:
1。服务器
2。HTML

服务器的话,可以看看,访问服务器帐号的权限、服务器允许使用的时间
HTML文件看下,文件内是否调了一些模块,这些模块是不是被服务器允许

你的问题的比较笼统。

freebsd配置出现问题
打开CONF文件的配置
ServerName sslaser.com.cn
ServerAlias www.sslaser.com.cn DirectoryIndex index.htm index.html index.php index.php3
<Directory />
AllowOverride None
Order deny,allow
Deny from all
</Directory>
<Directory "/home/htdocs/imneter.com/mazihan.com">
Options None
AllowOverride None
Order allow,deny
Allow from all
</Directory>


<Directory />
AllowOverride None
Order deny,allow
Deny from all