問:申請材料要求提供《網站建設方案書》,其中有一條:(2)組網方案(包含設備配置、組網結構、使用技術及部署情況);因為我們是購買的三五互聯的虛擬機服務器,所以需要這塊內容的組網方案介紹。
,《網站建設方案書》要求提供組網方案
答:您好,
我司機房硬件以及網絡拓撲 參考http://www.shinetop.cn/faq/list.asp?unid=1511 說明文章,服務器機房信息請說明下具體虛擬主機 ,非常感謝您長期對我司的支持!
問:具體需要虛擬主機什么信息?如何獲取?
答:您好,
請提供 需要信息的虛擬主機ftp賬號密碼 ,非常感謝您長期對我司的支持!
問:(2)組網方案(包含設備配置、組網結構、使用技術及部署情況);我需要這些信息,不是服務器物理地址
答:您好,
http://www.shinetop.cn/faq/list.asp?unid=1511 硬件以及網絡拓撲有說明,非常感謝您長期對我司的支持!
問:以下是我的web.config:<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="OrgPage" stopProcessing="true">
<match url="^(.*)$" />
<conditions logicalGrouping="MatchAll">
<add input="{HTTP_HOST}" pattern="^(.*)$" />
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="index.php/{R:1}" />
</rule>
<rule name="disableDownloadHtml">
<match url="^App/Tpl/.*.html$" ignoreCase="true" />
<action type="CustomResponse" url="/" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" />
</rule>
<rule name="Block spider">
<match url="(^robots.txt$)" ignoreCase="false" negate="true" />
<conditions>
<add input="{HTTP_USER_AGENT}" pattern="SemrushBot|Webdup|AcoonBot|AhrefsBot|Ezooms|EdisterBot|EC2LinkFinder|jikespider|Purebot|MJ12bot|WangIDSpider|WBSearchBot|Wotbox|xbfMozilla|Yottaa|YandexBot|Jorgee|SWEBot|spbot|TurnitinBot-Agent|curl|perl|Python|Wget|Xenu|ZmEu" ignoreCase="true" />
</conditions>
<action type="AbortRequest" />
</rule> </rules>
</rewrite>
</system.webServer>
</configuration>
答:您好:
上一工單號: 已告知具體原因,單純靠規則是無法解決的,請升級到流量更多的型號主機,或升級到不限制流量的彈性云服務器,非常感謝您長期對我司的支持!