我将HTML文件上传上去怎么是这样!!哪位帮个忙...
发布网友
发布时间:2022-05-10 14:05
我来回答
共3个回答
热心网友
时间:2023-10-11 04:35
Forbidden
You don't have permission to access / on this server.
翻译过来是:
禁止
你不被允许访问在这个服务器上。
可能有2个原因:
1。服务器
2。HTML
服务器的话,可以看看,访问服务器帐号的权限、服务器允许使用的时间
HTML文件看下,文件内是否调了一些模块,这些模块是不是被服务器允许
你的问题的比较笼统。
热心网友
时间:2023-10-11 04:35
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
</Directory>
改成
<Directory />
AllowOverride None
Order allow,deny
allow from all
</Directory>
试试
热心网友
时间:2023-10-11 04:36
访问权限问题~~