問:攔截了寫入文件 在你們服務(wù)器的攔截記錄里面看下://nxhwgjg.s1.dlwjdh.com/api/cache.ashx?action=cachetplhttps://nxhwgjg.s1.dlwjdh.com/api/cache.ashx?action=cachecontent ,后臺無法更新緩存ajax 攔截
答:您好,您這個問題是萬家燈火的請求api接口,是對應(yīng)的那邊api請求異常,請聯(lián)系對應(yīng)的程序官方進(jìn)行處理即可。并非我司攔截,非常感謝您長期對我司的支持!
問:已檢測你們那邊服務(wù)器攔截了
答:您好,
這個請求地址不是我司的,請問您是怎樣檢測攔截的,403錯誤是網(wǎng)站訪問過程中,常見的錯誤提示。資源不可用,服務(wù)器理解客戶的請求,但拒絕處理
非常感謝您對我司的支持!
問:檢查下你們的安全軟件是否攔截 我們這邊沒有問題
答:您好,
查看主機(jī)沒有綁定域名,如果是使用的二級域名請求需要輸入FTP信息,否則就403
請您核實是否是此原因?qū)е碌?br />或者提供具體請求的ajax地址我司核實,非常感謝您對我司的支持!
問:請問http://又不能跳轉(zhuǎn)到://,是什么原因 了?
答:您好,請參考://www.shinetop.cn/faq/list.asp?unid=1419 虛擬主機(jī)系統(tǒng) 部分設(shè)置 ,
非常感謝您長期對我司的支持,謝謝!
問:這個web.config文件中有代碼:<?xml version="1.0" encoding="UTF-8"?><> <system.webServer> <> <> <rule name="/ Z-BlogPHP Rule" stopProcessing="true"> < url="^.*?" ignoreCase="" /> < logicalGrouping=""> <add input="{REQUEST_FILENAME}" matchType="" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="" negate="true" /> </conditions> < type="" url="index.php/{R:0}" /> </rule> <rule name="/ Z-BlogPHP Rule index.php" stopProcessing="true"> < url="^index.php/.*?" ignoreCase="" /> < logicalGrouping=""> <add input="{REQUEST_FILENAME}" matchType="" /> </conditions> < type="" url="index.php/{R:0}" /> </rule> </rules> </rewrite> </system.webServer></configuration>
請問請問http://又不能跳轉(zhuǎn)到://的代碼放到這個文件哪個位置了?
答:您好,請將跳轉(zhuǎn)規(guī)則
<rule name="301" stopProcessing="true">
< url="^(.*)$" ignoreCase="" />
< logicalGrouping="">
<add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" />
</conditions>
< type="" url="://www.abc.com/{R:1}" redirectType="" />
</rule>
放置到<>
</rules>之間 ,
www.abc.com 替換為需要跳轉(zhuǎn)到的域名 ,
非常感謝您長期對我司的支持,謝謝!
問:<?xml version="1.0" encoding="UTF-8"?><> <system.webServer> <> <> <rule name="/ Z-BlogPHP Rule" stopProcessing="true"> < url="^.*?" ignoreCase="" /> < logicalGrouping=""> <add input="{REQUEST_FILENAME}" matchType="" negate="true" /> <add input="{REQUEST_FILENAME}" matchType="" negate="true" /> </conditions> < type="" url="index.php/{R:0}" /> </rule> <rule name="/ Z-BlogPHP Rule index.php" stopProcessing="true"> < url="^index.php/.*?" ignoreCase="" /> < logicalGrouping=""> <add input="{REQUEST_FILENAME}" matchType="" /> </conditions> < type="" url="index.php/{R:0}" /> </rule> </rules>
< url="^(.*)$" ignoreCase="" />
< logicalGrouping="">
<add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" />
<add input="{HTTP_HOST}" pattern="^(www.)?zhangshaobiji.cn$" />
</conditions>
< type="" url="://www.zhangshaobiji.cn/{R:1}" redirectType="" />
</rule>
<rule name="3012" stopProcessing="true">
< url="^(.*)$" ignoreCase="" />
< logicalGrouping="">
<add input="{HTTP_FROM_HTTPS}" pattern="^on$" negate="true" />
<add input="{HTTP_HOST}" pattern="^(www.)?zhangshao.ren$" />
</conditions>
< type="" url="://www.zhangshao.ren/{R:1}" redirectType="" />
</rule>
</rules> </rewrite> </system.webServer></configuration>
我這樣放了 現(xiàn)在網(wǎng)站打不開 請問 這個代碼是哪里放錯位置了? 謝謝
答:您好, 已經(jīng)協(xié)助設(shè)置 ,多了<> 配置節(jié)
非常感謝您長期對我司的支持,謝謝!
問:非常感謝
答:您好,非常感謝您長期對我司的支持,謝謝!