<rule name="Habbo Imaging Group Badges">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/public/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
Not working lul.Open your web.config and edit the two rewrites for habbo-imagaging/badges/
Like, my habbo-imaging is in /public/habbo-images/
and make sure you reference badge.php?badge= instead of badges/example.gif.
like so:
Code:<rule name="Habbo Imaging Group Badges"> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="/public/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /> </rule>
what folder is your habbo-imaging in? your saying its in your root of wwwroot.Not working lul.
You must be registered for see links
Well, thats how I fixed it. Clear your cache. and make sure the links are correct in your web.config.not working. asd