<rule name="Imported Rule 1-7">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 2-7">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
that code gets added to my web.config? I don't use web.config though
& I added the 2 folders into my badges folder in the swfs. is that correct?
Rewriterule ^habbo-imaging/badge/(.*) habbo-imaging/badge.php?badge=$1