document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <rule match-type="regex">
  2.    <from>^/blog/article/([0-9]+)$</from>
  3.    <to type="forward">/blog/article.jsp?id=$1</to>
  4. </rule>
  5.  
  6. <rule match-type="wildcard">
  7.    <from>/blog/archive/**</from>
  8.    <to type="forward">/blog/article.jsp?id=$1</to>
  9. </rule>
');