
问:申请材料要求提供《网站建设方案书》,其中有一条:(2)组网方案(包含设备配置、组网结构、使用技术及部署情况);因为我们是购买的西部数码的虚拟机服务器,所以需要这块内容的组网方案介绍。
,《网站建设方案书》要求提供组网方案
答:您好,
我司机房硬件以及网络拓扑 参考https://www.west.cn/faq/list.asp?unid=1511 说明文章,服务器机房信息请说明下具体虚拟主机 ,非常感谢您长期对我司的支持!
问:具体需要虚拟主机什么信息?如何获取?
答:您好,
请提供 需要信息的虚拟主机ftp账号密码 ,非常感谢您长期对我司的支持!
问:(2)组网方案(包含设备配置、组网结构、使用技术及部署情况);我需要这些信息,不是服务器物理地址
答:您好,
https://www.west.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>
答:您好:
上一工单号: 已告知具体原因,单纯靠规则是无法解决的,请升级到流量更多的型号主机,或升级到不限制流量的弹性云服务器,非常感谢您长期对我司的支持!


