标题:
[求助]
网站带www不能访问,其他子域名能访问
[打印本页]
作者:
binarx
时间:
2012-6-4 10:32
标题:
网站带www不能访问,其他子域名能访问
过程:先是创建整站abd.com,默认勾选了www访问,一切正常
之后要建立论坛bbs.abd.com,但是我没用二级,而是选择建立的整站
abd.com和bbs.abd.com现在能访问,但是
www.abd.com
现在不能访问,为什么啊
是不是bbs.abd.com只能用二级,用整站干扰了www的访问
作者:
binarx
时间:
2012-6-4 10:33
本帖最后由 binarx 于 2012-6-4 10:51 编辑
大伙有没有遇到这种情况啊
abd.com配置文件
<VirtualHost *:80>
DocumentRoot /home/XXXX/public_html
ServerName abcd.com
ServerAlias
www.abd.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 /home/XXXX:/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>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A3600
ExpiresByType image/jpeg A3600
ExpiresByType image/png A36000
ExpiresByType text/css A3800
ExpiresByType application/x-shockwave-flash A3600
ExpiresByType application/x-javascript A3600
ExpiresByType video/x-flv A3600
</IfModule>
</VirtualHost>
<Directory /home/XXXX>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
作者:
binarx
时间:
2012-6-4 10:50
bbs.abcd.com的配置文件
<VirtualHost *:80>
DocumentRoot /home/bbsXXXX/public_html
ServerName bbs.abd.com
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
ErrorDocument 405 /errpage/405.html
include conf/rewrite/dzx25_apache.conf
php_admin_value open_basedir /home/bbsXXXX:/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>
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/gif A3600
ExpiresByType image/jpeg A3600
ExpiresByType image/png A36000
ExpiresByType text/css A3800
ExpiresByType application/x-shockwave-flash A3600
ExpiresByType application/x-javascript A3600
ExpiresByType video/x-flv A3600
</IfModule>
</VirtualHost>
<Directory /home/bbXXXX>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
作者:
admin
时间:
2012-6-4 14:27
从配置文件里没看出有什么问题
也不会存在有干扰的问题
作者:
binarx
时间:
2012-6-5 15:03
回复
4#
admin
找出问题了,其他人都能访问,就我的电脑不行,把dns换为8.8.8.8可以了,其他人完全没问题
作者:
idc008net
时间:
2012-6-6 11:48
嗯 DNS限制了, 了解了
作者:
zhutou5
时间:
2012-6-7 01:10
弱弱的问下,你的域名有没有正确的解析哦
欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/)
Powered by Discuz! 7.2