Skip to content

Instantly share code, notes, and snippets.

@ivanursul
Created April 9, 2015 12:17
Show Gist options
  • Select an option

  • Save ivanursul/fa388ee20903f1578024 to your computer and use it in GitHub Desktop.

Select an option

Save ivanursul/fa388ee20903f1578024 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE urlrewrite PUBLIC "-//tuckey.org//DTD UrlRewrite 4.0//EN"
"http://www.tuckey.org/res/dtds/urlrewrite4.0.dtd">
<urlrewrite>
<rule>
<from>/api/content/(.*)</from>
<to>/api/content?contentPath=/$1</to>
</rule>
<rule>
<from>/meme/(.*)</from>
<to>/api/content?contentPath=/$1</to>
</rule>
<rule>
<from>/picture/(.*)</from>
<to>/api/content?contentPath=/$1</to>
</rule>
</urlrewrite>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment