Skip to content

Instantly share code, notes, and snippets.

@explorer14
Created February 19, 2018 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save explorer14/e1f7cad5462dcbc62b52abf9da00d7a9 to your computer and use it in GitHub Desktop.
Save explorer14/e1f7cad5462dcbc62b52abf9da00d7a9 to your computer and use it in GitHub Desktop.
<rule name="LinkNScriptFixer" preCondition="IsHTML"
enabled="true" stopProcessing="true">
<match filterByTags="Link, Script" pattern="^/(css|js)/(.*)"
negate="false" />
<action type="Rewrite" value="http://localhost:8021{R:0}" />
</rule>
<rule name="FormActionFixer" preCondition="IsHTML"
enabled="true" stopProcessing="true">
<match filterByTags="Form" pattern="^/(.*)/(.*)" />
<action type="Rewrite" value="/{R:2}" />
</rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment