标题:
[求助]
新建站点上传文件,打开首页无法显示?
[打印本页]
作者:
Harvey
时间:
2013-3-17 00:42
标题:
新建站点上传文件,打开首页无法显示?
刚安装得程序!
上传文件只能显示 简单的如:网站维护得.htm文件。
大家知道哦啊怎么回事吗
作者:
Harvey
时间:
2013-3-17 02:41
本帖最后由 Harvey 于 2013-3-17 02:43 编辑
回复
1#
Harvey
<VirtualHost *:80>
DocumentRoot /www/web/abc/public_html
ServerName abc.com
ServerAlias www.abc.com
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
ErrorDocument 405 /errpage/405.html
php_admin_value open_basedir /www/web/abc:/tmp
<IfModule mod_deflate.c>
DeflateCompressionLevel 7
AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
AddOutputFilter DEFLATE css js html htm gif jpg png bmp php
</IfModule>
</VirtualHost>
<Directory /www/web/abc>
Options FollowSymLinks
AllowOverride None
Order deny,allow
Allow from all
Satisfy all
</Directory>
复制代码
这样也不可以,无法显示。
作者:
hackhyj
时间:
2013-3-17 13:58
什么情况分分分分分
作者:
Harvey
时间:
2013-3-17 14:53
Forbidden
You don't have permission to access / on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
回复
3#
hackhyj
欢迎光临 WDlinux官方论坛 (http://www.wdlinux.cn/bbs/)
Powered by Discuz! 7.2