Created
October 27, 2015 00:33
-
-
Save jlcrow/6e54be1635d21f3ccfdb to your computer and use it in GitHub Desktop.
URLRewrite example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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