四虎影视在线影院在线观看,小s货再浪些再咬紧点h,国产精品水嫩水嫩,97精产国品一二三产区

無(wú)標(biāo)題文檔
wdCP系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用教程) wdCDN系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用手冊(cè))
wdOS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用教程) wdDNS系統(tǒng) (介紹,功能特性,運(yùn)行環(huán)境,安裝說(shuō)明,演示,常見(jiàn)問(wèn)題,使用手冊(cè))
注冊(cè) 發(fā)貼 提問(wèn) 回復(fù)-必看必看 wddns免費(fèi)智能 DNS 開(kāi)通 本地或虛擬機(jī)使 用wdcp 一鍵包在mysql編 譯時(shí)"卡住"
AI導(dǎo)航網(wǎng)AI應(yīng)用網(wǎng)站大全 wdcp官方技術(shù)支持/服務(wù) 阿里云8折優(yōu)惠券 無(wú)敵云 騰訊云優(yōu)惠中,現(xiàn)注冊(cè)更有260代金額券贈(zèng)送
返回列表 發(fā)帖
提問(wèn)三步曲: 提問(wèn)先看教程/FAQ索引(wdcp,wdcp_v3,一鍵包)及搜索,會(huì)讓你更快解決問(wèn)題
1 提供詳細(xì),如系統(tǒng)版本,wdcp版本,軟件版本等及錯(cuò)誤的詳細(xì)信息,貼上論壇或截圖發(fā)論壇
2 做過(guò)哪些操作或改動(dòng)設(shè)置等

溫馨提示:信息不詳,很可能會(huì)沒(méi)人理你!論壇有教程說(shuō)明的,也可能沒(méi)人理!因?yàn)?你懂的

[求助] 網(wǎng)站帶www不能訪問(wèn),其他子域名能訪問(wèn)

過(guò)程:先是創(chuàng)建整站abd.com,默認(rèn)勾選了www訪問(wèn),一切正常

之后要建立論壇bbs.abd.com,但是我沒(méi)用二級(jí),而是選擇建立的整站

abd.com和bbs.abd.com現(xiàn)在能訪問(wèn),但是www.abd.com現(xiàn)在不能訪問(wèn),為什么啊

是不是bbs.abd.com只能用二級(jí),用整站干擾了www的訪問(wèn)

本帖最后由 binarx 于 2012-6-4 10:51 編輯

大伙有沒(méi)有遇到這種情況啊

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>

TOP

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>

TOP

回復(fù) 4# admin


   找出問(wèn)題了,其他人都能訪問(wèn),就我的電腦不行,把dns換為8.8.8.8可以了,其他人完全沒(méi)問(wèn)題

TOP

返回列表