Skip to content

Instantly share code, notes, and snippets.

@jlcrow
Created October 27, 2015 00:33
Show Gist options
  • Save jlcrow/6e54be1635d21f3ccfdb to your computer and use it in GitHub Desktop.
Save jlcrow/6e54be1635d21f3ccfdb to your computer and use it in GitHub Desktop.
URLRewrite example
<rule>
<from>^/tidy/page$</from>
<to>/old/url/scheme/page.do</to>
</rule>
<outbound-rule>
<from>^/old/url/scheme/page.do$</from>
<to>/tidy/page</to>
</outbound-rule>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment