Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <rule name="rule 1E">
- <match url="^(|/)$" />
- <action type="Rewrite" url="/index.php?url={R:1}" />
- </rule>
- <rule name="rule 2E">
- <match url="^([a-zA-Z0-9_-]+)(|/)$" />
- <action type="Rewrite" url="/index.php?url={R:1}" />
- </rule>
- <rule name="rule 3E">
- <match url="^(.*)\.htm$" ignoreCase="true" />
- <action type="Rewrite" url="/{R:1}.php" />
- </rule>
- <rule name="rule 4E">
- <match url="^(|/)$" />
- <action type="Rewrite" url="/dash.php?page={R:1}" />
- </rule>
- <rule name="rule 5E">
- <match url="^([a-zA-Z0-9_-]+)(|/)$" />
- <action type="Rewrite" url="/dash.php?url={R:1}" />
- </rule>
- <rule name="rule 6E">
- <match url="^habbo-imaging/badge/([^/]+)" />
- <action type="Rewrite" url="//habbo-imaging/badge.php?badge={R:1}" />
- </rule>
- <rule name="rule 7E">
- <match url="^habbo-imaging/head/([^/]+)" />
- <action type="Rewrite" url="//habbo-imaging/head.php?figure={R:1}" />
- </rule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement