問:,域名被劫持,訪問不了

答:您好

問:已經(jīng)聯(lián)系了,他們那邊沒有問題,是域名被劫持了

問:是我們的域名被劫持了,網(wǎng)址有些地 訪問不了。

答:您好,
如果劫持是會(huì)導(dǎo)致您解析錯(cuò)誤,您可以讓用戶ping下域名,如果能正常解析則并不是被劫持引起;
我們上面給您回復(fù)的截圖是比較明顯的針對(duì)百度搜索引擎的掛馬問題。

問:百度搜索引擎的掛馬問題,沒有懂這個(gè)是什么問題,能解釋一下嗎,該怎么去解決呢?

答:您好,您可以模擬http://www.shinetop.cn/faq/list.asp?unid=2289  可以模擬蜘蛛訪問,然后根據(jù)跳轉(zhuǎn)情況去檢測(cè)網(wǎng)站程序。
非常感謝您長(zhǎng)期對(duì)我司的支持!

問:云服務(wù)器寶塔里怎么安裝.net4.0

答:您好
一般來說win2008及以上版本是有安裝net4.0的,請(qǐng)您在iis中查看下,若沒安裝,可在寶塔面板–軟件商店–運(yùn)行環(huán)境中去安裝一下,另外,可以在建站的時(shí)候看下是否可以選擇net4.0,若可以選擇則說明是安裝了的,,非常感謝您長(zhǎng)期對(duì)我司的支持.由此給您帶來的不便之處,敬請(qǐng)?jiān)?謝謝!

問:

答:您好,提供下寶塔地址及登陸賬號(hào)和密碼,這邊核實(shí)下呢
,非常感謝您長(zhǎng)期對(duì)我司的支持!

問:http 

答:您好
我們看寶塔面板后臺(tái)沒有安裝選項(xiàng),請(qǐng)參考教程 https://jingyan.baidu.com/article/1974b289ebba09b4b0f7747b.html 手動(dòng)安裝一下,若需我們協(xié)助您安裝,請(qǐng)?zhí)峤徽_工單分類:【主機(jī)租用/vps/云主機(jī)】—【系統(tǒng)設(shè)置】—【web配置/參數(shù)調(diào)整】 該服務(wù)器還有3次免費(fèi)金牌服務(wù),扣除一次不會(huì)涉及到費(fèi)用 ,非常感謝您長(zhǎng)期對(duì)我司的支持.由此給您帶來的不便之處,敬請(qǐng)?jiān)?謝謝!

問:Win2012 64位(預(yù)裝建站助手 sql2012)怎么做301

答:您好,請(qǐng)參考http://www.shinetop.cn/faq/list.asp?unid=650  ,
非常感謝您長(zhǎng)期對(duì)我司的支持,謝謝!

問:<?xml version=\”1.0\” encoding=\”UTF-8\”?>
<configuration>
    <system.webServer>
  <rewrite>
   <rules>
    <rule name=\”portal_topic\”>
     <match url=\”^(.*/)*topic-(. ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/portal.php\\?mod=topic&amp;topic={R:2}&amp;{R:3}\” />
    </rule>
    <rule name=\”portal_article\”>
     <match url=\”^(.*/)*article-([0-9] )-([0-9] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/portal.php\\?mod=view&amp;aid={R:2}&amp;page={R:3}&amp;{R:4}\” />
    </rule>
    <rule name=\”forum_forumdisplay\”>
     <match url=\”^(.*/)*forum-(\\w )-([0-9] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/forum.php\\?mod=forumdisplay&amp;fid={R:2}&amp;page={R:3}&amp;{R:4}\” />
    </rule>
    <rule name=\”forum_viewthread\”>
     <match url=\”^(.*/)*thread-([0-9] )-([0-9] )-([0-9] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/forum.php\\?mod=viewthread&amp;tid={R:2}&amp;extra=page%3D{R:4}&amp;page={R:3}&amp;{R:5}\” />
    </rule>
    <rule name=\”group_group\”>
     <match url=\”^(.*/)*group-([0-9] )-([0-9] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/forum.php\\?mod=group&amp;fid={R:2}&amp;page={R:3}&amp;{R:4}\” />
    </rule>
    <rule name=\”home_space\”>
     <match url=\”^(.*/)*space-(username|uid)-(. ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/home.php\\?mod=space&amp;{R:2}={R:3}&amp;{R:4}\” />
    </rule>
    <rule name=\”home_blog\”>
     <match url=\”^(.*/)*blog-([0-9] )-([0-9] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/home.php\\?mod=space&amp;uid={R:2}&amp;do=blog&amp;id={R:3}&amp;{R:4}\” />
    </rule>
    <rule name=\”forum_archiver\”>
     <match url=\”^(.*/)*(fid|tid)-([0-9] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/index.php\\?action={R:2}&amp;value={R:3}&amp;{R:4}\” />
    </rule>
    <rule name=\”plugin\”>
     <match url=\”^(.*/)*([a-z] [a-z0-9_]*)-([a-z0-9_\\-] ).html\\?*(.*)$\” />
     <action type=\”Rewrite\” url=\”{R:1}/plugin.php\\?id={R:2}:{R:3}&amp;{R:4}\” />
    </rule>
   </rules>
  </rewrite>
   </system.webServer>  
</configuration><?xml version=\”1.0\” encoding=\”UTF-8\”?>
<configuration>
    <system.webServer>
        <rewrite>
            <rules>
                <rule name=\”301Redirect\” stopProcessing=\”true\”>
                    <match url=\”(.*)\” />
                    <conditions logicalGrouping=\”MatchAny\”>
                        <add input=\”{HTTP_HOST}\” pattern=\”^bbs.yundui.cc$\” />
                    </conditions>
                    <action type=\”Redirect\” url=\”http://bbs.yundui.cc/{R:0}\” redirectType=\”Permanent\” />
                </rule>
            </rules>
        </rewrite>
    </system.webServer>
</configuration>
怎么我這樣寫進(jìn)去不生效呢

答:您好,詳細(xì)描述下您的需求,想要達(dá)到的效果,這邊核實(shí)下呢
,非常感謝您長(zhǎng)期對(duì)我司的支持!

問:把bbsyundui.cc 301到bbsyundui.net 換域名了

答:您好,請(qǐng)修改web.config規(guī)則,如圖:,將跳轉(zhuǎn)的域名改成bbsyundui.net
,非常感謝您長(zhǎng)期對(duì)我司的支持!

問:改了不管用啊麻煩看一下

答:您好,我司測(cè)試已經(jīng)跳轉(zhuǎn)了請(qǐng)您清除瀏覽器緩存后測(cè)試,但是訪問有異常,請(qǐng)您核實(shí)是否修改正確
http://bbs.yundui.cc/{R:0}  修改為 http://bbs.yundui.net/{R:0}   ,非常感謝您長(zhǎng)期對(duì)我司的支持!

問:不行調(diào)試不對(duì)你們恩給個(gè)正確的代碼我復(fù)制進(jìn)去么,小問題文來問去的這樣能高效解決問題?

答:您好,   查看現(xiàn)在跳轉(zhuǎn)正常,并訪問正常的,
請(qǐng)?jiān)敿?xì)說明具體的異常 
非常感謝您長(zhǎng)期對(duì)我司的支持,謝謝!

問:不正常全站都要301跳轉(zhuǎn)bbs.yundui.cc轉(zhuǎn)向到bbs.yundui.net

答:您好,請(qǐng)回復(fù)此工單,我司扣除一次免費(fèi)金牌服務(wù)協(xié)助調(diào)試,或請(qǐng)?zhí)峤徽_維護(hù)工單類型 ,
【主機(jī)租用 vps、云主機(jī)】 -> 【站點(diǎn)設(shè)置】 -> 【配置偽靜態(tài)/301跳轉(zhuǎn)/自定義404錯(cuò)誤】  
并請(qǐng)?zhí)峁┓?wù)器遠(yuǎn)程登錄賬戶密碼 ,否則將無法協(xié)助排查處理 ,
非常感謝您長(zhǎng)期對(duì)我司的支持,謝謝!

更多關(guān)于云服務(wù)器域名注冊(cè)虛擬主機(jī)的問題,請(qǐng)?jiān)L問三五互聯(lián)官網(wǎng):www.shinetop.cn
贊(0)
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享網(wǎng)絡(luò)內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。郵箱:3140448839@qq.com。本站原創(chuàng)內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明出處:三五互聯(lián)知識(shí)庫(kù) » 域名被劫持,訪問不了-域名及賬戶問題

登錄

找回密碼

注冊(cè)