問:攔截了寫入文件 在你們服務器的攔截記錄里面看下://nxhwgjg.s1.dlwjdh.com/api/cache.ashx?action=cachetplhttps://nxhwgjg.s1.dlwjdh.com/api/cache.ashx?action=cachecontent ,后臺無法更新緩存ajax 攔截
答:您好,您這個問題是萬家燈火的請求api接口,是對應的那邊api請求異常,請聯系對應的程序官方進行處理即可。并非我司攔截,非常感謝您長期對我司的支持!
問:已檢測你們那邊服務器攔截了
答:您好,
這個請求地址不是我司的,請問您是怎樣檢測攔截的,403錯誤是網站訪問過程中,常見的錯誤提示。資源不可用,服務器理解客戶的請求,但拒絕處理
非常感謝您對我司的支持!
問:檢查下你們的安全軟件是否攔截 我們這邊沒有問題
答:您好,
查看主機沒有綁定域名,如果是使用的二級域名請求需要輸入FTP信息,否則就403
請您核實是否是此原因導致的
或者提供具體請求的ajax地址我司核實,非常感謝您對我司的支持!
問:請問http://又不能跳轉到://,是什么原因 了?
答:您好,請參考://m.shinetop.cn/faq/list.asp?unid=1419 虛擬主機系統 部分設置 ,
非常感謝您長期對我司的支持,謝謝!
問:這個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://又不能跳轉到://的代碼放到這個文件哪個位置了?
答:您好,請將跳轉規則
<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 替換為需要跳轉到的域名 ,
非常感謝您長期對我司的支持,謝謝!
問:<?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>
我這樣放了 現在網站打不開 請問 這個代碼是哪里放錯位置了? 謝謝
答:您好, 已經協助設置 ,多了<> 配置節
非常感謝您長期對我司的支持,謝謝!
問:非常感謝
答:您好,非常感謝您長期對我司的支持,謝謝!