問:您的服務(wù)器環(huán)境PHP.ini中magic_quotes_gpc配置為On狀態(tài),會導(dǎo)致數(shù)據(jù)存儲異常,請?jiān)O(shè)置為Off狀態(tài)或切換為更高版本PHP。,您的服務(wù)器環(huán)境中配置為狀態(tài)
答:您好,
切換php5.6后訪問正常附圖,請清除瀏覽器緩存測試,非常感謝您長期對我司的支持!
問:謝謝,我這也正常了
答:您好,
不客氣,非常感謝您長期對我司的支持!
問:請問域名gunruan.com可以綁定到其他平臺個(gè)人服務(wù)器上嗎?謝謝!
答:您好,您的域名查看是在我司已有備案接入的,如果您將域名解析指定到其他平臺服務(wù)器,可能會導(dǎo)致您在管局或我司備案監(jiān)測不合格,被取消備案接入。
如果您要解析綁定在其他平臺,請?jiān)谄渌脚_辦理備案接入。
,非常感謝您長期對我司的支持.由此給您帶來的不便之處,敬請?jiān)?謝謝!
問:lb778899解析不生效,顯示正常但是ping不通
答:您好,該域名實(shí)名認(rèn)證已通過,目前注冊局 在命名審核中(審核域名中是否含有敏感詞、違禁詞等),命名審核1-3個(gè)工作日,若域名中無特殊字符,命名審核較快,請知悉。命名審核通過后,域名狀態(tài)更新為ok即可正常解析使用。 非常感謝您長期對我司的支持.由此給您帶來的不便之處,敬請?jiān)?謝謝!
問:域名狀態(tài)已經(jīng)更新為ok,解析也顯示正常,但是就是ping不通,是否可以加快審核催一下
答:您好,很抱歉,命名審核是注冊局審核的,89是敏感詞可能審核要慢一點(diǎn)核實(shí)。
,非常感謝您長期對我司的支持.由此給您帶來的不便之處,敬請?jiān)?謝謝!
問:請問此主機(jī)如何實(shí)現(xiàn)http跳轉(zhuǎn)https并且www跳轉(zhuǎn)到無www然后從中帶有偽靜態(tài)規(guī)則?
答:您好,請參考http://m.ps-sw.cn/faq/list.asp?unid=1419 使用虛擬主機(jī)下的301規(guī)則進(jìn)行跳轉(zhuǎn)的即可,對應(yīng)的
<rule name="301" stopProcessing="true">
<match url="^(.*)$" ignoreCase="false" />
< logicalGrouping="">
<add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" />
</conditions>
< type="" url="https://www.abc.com/{R:1}" redirectType="" />
</rule>
只需要添加到原來的偽靜態(tài)規(guī)則中,非常感謝您長期對我司的支持!
問:<?xml version="1.0" encoding="UTF-8"?><> <system.webServer> <> <rules> <rule name="301" stopProcessing="true"> <match url="^(.*)$" ignoreCase="false" /> < logicalGrouping=""> <add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" /> </conditions> < type="" url="https://wldy.wang/{R:1}" redirectType="" /> </rule> <rule name=" Rule 0_rewrite"> <match url="^index.php/user-center-qqcallback.html(.*)$"/> < type="" url="index.php\\?s=/user-center-qqcallback-{R:1}"/> </rule> <rule name=" Rule 1_rewrite"> <match url="^role/$"/> < type="" url="index.php\\?s=/Home-role-show-p-1"/> </rule> <rule name=" Rule 2_rewrite"> <match url="^role/index.html$"/> < type="" url="index.php\\?s=/Home-role-show-p-1"/> </rule> <rule name=" Rule 3_rewrite"> <match url="^role/index-(.*).html$"/> < type="" url="index.php\\?s=/Home-role-show-p-{R:1}"/> </rule> <rule name=" Rule 4_rewrite"> <match url="^up/(.*)-up(.*).html$"/> < type="" url="index.php\\?s=/Home-up-show-dir-{R:1}-s-up-data-{R:2}"/> </rule> <rule name=" Rule 5_rewrite"> <match url="^up/(.*)-(.*).html$"/> < type="" url="index.php\\?s=/Home-up-show-dir-{R:1}-data-{R:2}"/> </rule> <rule name=" Rule 6_rewrite"> <match url="^special/$"/> < type="" url="index.php\\?s=/special-show"/> </rule> <rule name=" Rule 7_rewrite"> <match url="^special/index(.*)$"/> < type="" url="index.php\\?s=/special-show-p-{R:1}"/> </rule> <rule name=" Rule 8_rewrite"> <match url="^special/(.*)/$"/> < type="" url="index.php\\?s=/special-read-name-{R:1}"/> </rule> <rule name=" Rule 9_rewrite"> <match url="^user-id-(.*)$"/> < type="" url="index.php\\?s=/User-home-index-id-{R:1}"/> </rule> <rule name=" Rule 10_rewrite"> <match url="^zhibo/(.*)$"/> < type="" url="zhibo/{R:1}"/> </rule> <rule name=" Rule 11_rewrite"> <match url="^star/(.*)news/$"/> < type="" url="index.php\\?s=/Home-star-news-name-{R:1}"/> </rule> <rule name=" Rule 12_rewrite"> <match url="^star/(.*)news/index.html$"/> < type="" url="index.php\\?s=/Home-star-news-name-{R:1}"/> </rule> <rule name=" Rule 13_rewrite"> <match url="^star/(.*)news/index(.*).html$"/> < type="" url="index.php\\?s=/Home-star-news-name-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 14_rewrite"> <match url="^star/(.*)role/$"/> < type="" url="index.php\\?s=/Home-star-role-name-{R:1}"/> </rule> <rule name=" Rule 15_rewrite"> <match url="^star/(.*)role/index.html$"/> < type="" url="index.php\\?s=/Home-star-role-name-{R:1}"/> </rule> <rule name=" Rule 16_rewrite"> <match url="^star/(.*)role/index(.*).html$"/> < type="" url="index.php\\?s=/Home-star-role-name-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 17_rewrite"> <match url="^star/(.*)/$"/> < type="" url="index.php\\?s=/Home-star-read-name-{R:1}"/> </rule> <rule name=" Rule 18_rewrite"> <match url="^star/(.*)/index.html$"/> < type="" url="index.php\\?s=/Home-star-read-name-{R:1}"/> </rule> <rule name=" Rule 19_rewrite"> <match url="^star/index_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)$"/> < type="" url="index.php\\?s=/Home-star-show-letter-{R:1}-area-{R:2}-xb-{R:3}-zy-{R:4}-order-{R:5}-p-{R:6}"/> </rule> <rule name=" Rule 20_rewrite"> <match url="^star/$"/> < type="" url="index.php\\?s=/Home-star-show"/> </rule> <rule name=" Rule 21_rewrite"> <match url="^coauthor/(.*)/$"/> < type="" url="index.php\\?s=/Home-star-hz-name-{R:1}"/> </rule> <rule name=" Rule 22_rewrite"> <match url="^coauthor/(.*)/index(.*).html$"/> < type="" url="index.php\\?s=/Home-star-hz-name-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 23_rewrite"> <match url="^work/(.*)/$"/> < type="" url="index.php\\?s=/Home-star-work-name-{R:1}"/> </rule> <rule name=" Rule 24_rewrite"> <match url="^work/(.*)/index(.*).html$"/> < type="" url="index.php\\?s=/Home-star-work-name-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 25_rewrite"> <match url="^story/(.*)/index-(.*).html$"/> < type="" url="index.php\\?s=/Home-story-show-dir-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 26_rewrite"> <match url="^story/(.*)/$"/> < type="" url="index.php\\?s=/Home-story-show-dir-{R:1}"/> </rule> <rule name=" Rule 27_rewrite"> <match url="^juqing/(.*)/index(.*).html$"/> < type="" url="index.php\\?s=/Home-story-read-name-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 28_rewrite"> <match url="^juqing/(.*)/$"/> < type="" url="index.php\\?s=/Home-story-read-name-{R:1}"/> </rule> <rule name=" Rule 29_rewrite"> <match url="^actor/$"/> < type="" url="index.php\\?s=/Home-actor-show-p-{R:1}"/> </rule> <rule name=" Rule 30_rewrite"> <match url="^actor/index-(.*).html$"/> < type="" url="index.php\\?s=/Home-actor-show-p-{R:1}"/> </rule> <rule name=" Rule 31_rewrite"> <match url="^actor/(.*)/$"/> < type="" url="index.php\\?s=/Home-actor-read-name-{R:1}"/> </rule> <rule name=" Rule 32_rewrite"> <match url="^actor/(.*)/index.html$"/> < type="" url="index.php\\?s=/Home-actor-read-name-{R:1}"/> </rule> <rule name=" Rule 33_rewrite"> <match url="^role/(.*)/(.*)$"/> < type="" url="index.php\\?s=/Home-actor-role-name-{R:1}-id-{R:2}"/> </rule> <rule name=" Rule 34_rewrite"> <match url="^news/(.*)/$"/> < type="" url="index.php\\?s=/Home-news-show-id-{R:1}"/> </rule> <rule name=" Rule 35_rewrite"> <match url="^news/(.*)/index.html$"/> < type="" url="index.php\\?s=/Home-news-show-id-{R:1}"/> </rule> <rule name=" Rule 36_rewrite"> <match url="^news/(.*)/index(.*).html$"/> < type="" url="index.php\\?s=/Home-news-show-id-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 37_rewrite"> <match url="^news/(.*).html$"/> < type="" url="index.php\\?s=/Home-news-read-id-{R:1}"/> </rule> <rule name=" Rule 38_rewrite"> <match url="^(.*)/news/$"/> < type="" url="index.php\\?s=/Home-vod-news-name-{R:1}"/> </rule> <rule name=" Rule 39_rewrite"> <match url="^(.*)/news/index.html$"/> < type="" url="index.php\\?s=/Home-vod-news-name-{R:1}"/> </rule> <rule name=" Rule 40_rewrite"> <match url="^(.*)/news/index(.*).html$"/> < type="" url="index.php\\?s=/Home-vod-news-name-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 41_rewrite"> <match url="^(.*)/(.*)/$"/> < type="" url="index.php\\?s=/Home-vod-read-name-{R:2}"/> </rule> <rule name=" Rule 42_rewrite"> <match url="^(.*)/(.*)/(.*)-(.*).html$"/> < type="" url="index.php\\?s=/vod-play-name-{R:2}-sid-{R:3}-pid-{R:4}-listname-{R:1}"/> </rule> <rule name=" Rule 43_rewrite"> <match url="^(.*)/(.*)/play-(.*)-(.*)-(.*).js$"/> < type="" url="index.php\\?s=/play-index-name-{R:2}-sid-{R:4}-pid-{R:5}"/> </rule> <rule name=" Rule 44_rewrite"> <match url="^(.*)/index_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html"/> < type="" url="index.php\\?s=/Home-vod-type-dir-{R:1}-p-{R:2}-mcid-{R:3}-lz-{R:4}-year-{R:5}-letter-{R:6}-order-{R:7}-area-{R:8}-picm-{R:9}"/> </rule> <rule name=" Rule 45_rewrite"> <match url="^(.*)/$"/> < type="" url="index.php\\?s=/Home-vod-show-dir-{R:1}"/> </rule> <rule name=" Rule 46_rewrite"> <match url="^(.*)/index.html$"/> < type="" url="index.php\\?s=/Home-vod-show-dir-{R:1}"/> </rule> <rule name=" Rule 47_rewrite"> <match url="^(.*)/index(.*).html$"/> < type="" url="index.php\\?s=/Home-vod-show-dir-{R:1}-p-{R:2}"/> </rule> <rule name=" Rule 48_rewrite"> <match url="^top(.*).html$"/> < type="" url="index.php\\?s=/my-show-id-top{R:1}.html"/> </rule> <rule name=" Rule 49_rewrite"> <match url="^new(.*).html$"/> < type="" url="index.php\\?s=/my-show-id-new.html"/> </rule> <rule name=" Rule 50_rewrite"> <match url="^404(.*).html$"/> < type="" url="index.php\\?s=/my-show-id-404.html"/> </rule> <rule name=" Rule 51_rewrite"> <match url="^sitemap.html$"/> < type="" url="index.php\\?s=/my-show-id-sitemap.html"/> </rule> <rule name=" Rule 52_rewrite"> <match url="^map/(rss|google|baidu|sitemap).html$"/> < type="" url="index.php\\?s=/map-show-id-{R:1}-limit-500.html"/> </rule> <rule name=" Rule 53_rewrite"> <match url="^map-(.*)$"/> < type="" url="index.php\\?s=/Home-map-{R:1}"/> </rule> <rule name=" Rule 54_rewrite"> <match url="^tag-(.*)$"/> < type="" url="index.php\\?s=/Home-tag-{R:1}"/> </rule> <rule name=" Rule 55_rewrite"> <match url="^gb-(.*)$"/> < type="" url="index.php\\?s=/User-gb-{R:1}"/> </rule> <rule name=" Rule 56_rewrite"> <match url="^cm-(.*)$"/> < type="" url="index.php\\?s=/Home-cm-{R:1}"/> </rule> <rule name=" Rule 57_rewrite"> <match url="^my-(.*)$"/> < type="" url="index.php\\?s=/Home-my-{R:1}"/> </rule> <rule name=" Rule 58_rewrite"> <match url="^Tpl/(.*)/Home/(.*).html$"/> < type="" url="404.html"/> </rule> <rule name=" Rule 59_rewrite"> <match url="^vod-search(.*)$"/> < type="" url="index.php\\?s=/Home-vod-search{R:1}"/> </rule> <rule name=" Rule 60_rewrite"> <match url="^vod-(.*)\\$"/> < type="" url="index.php\\?s=/Home-vod-{R:1}"/> </rule></rules> </rewrite> </system.webServer> </configuration>
請問這樣是否正確我要https 301跳轉(zhuǎn) www.wldy.wang跳轉(zhuǎn)到wldy.wang
答:您好,是的,對應(yīng)的訪問可以將非https的域名訪問跳轉(zhuǎn)到https://wldy.wang ,非常感謝您長期對我司的支持!
西部數(shù)碼(west.cn)是經(jīng)工信部、ICANN、CNNIC認(rèn)證審批,持有ISP、云牌照、IDC、CDN、頂級域名注冊商等全業(yè)務(wù)資質(zhì)的正規(guī)老牌服務(wù)商,自成立至今20余年專注于域名注冊、虛擬主機(jī)、云服務(wù)器、企業(yè)郵箱、企業(yè)建站等互聯(lián)網(wǎng)基礎(chǔ)服務(wù)!
截止目前,已經(jīng)為超過2000萬個(gè)域名提供了注冊、解析等服務(wù),是中國五星級域名注冊注冊商!已為超過50萬個(gè)網(wǎng)站提供了高速穩(wěn)定的云托管服務(wù),獲評中國最受用戶喜歡云主機(jī)服務(wù)商。
西部數(shù)碼提供全方位7X24H專業(yè)售后支撐,域名注冊特價(jià)1元起,高速穩(wěn)定云主機(jī)45元起,更多詳情請瀏覽西部數(shù)碼官網(wǎng):http://m.ps-sw.cn/