We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8387fe4 commit ed88199Copy full SHA for ed88199
src/Web.config
@@ -71,12 +71,12 @@
71
<action type="Redirect" url="https://www.schemastore.org/{R:0}" appendQueryString="true" redirectType="Temporary" />
72
</rule>
73
74
- <rule name="Sub domain">
+ <rule name="Sub domain" stopProcessing="true">
75
<match url="^(.+)"/>
76
<conditions logicalGrouping="MatchAll">
77
<add input="{HTTP_HOST}" pattern="^(json|css|javascript)\.(.+)"/>
78
</conditions>
79
- <action type="Rewrite" url="https://www.schemastore.org/{R:1}"/>
+ <action type="Redirect" url="https://www.schemastore.org/{R:1}"/>
80
81
82
<!--<rule name="Remove trailing slash" stopProcessing="true">
0 commit comments