Did you add the rewrite rule to your web.config?
<rule name="Habbo Imaging Group Badges">
<match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatarimage 1">
<match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatar Image 2">
<match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatar Head">
<match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
Did you add the rewrite rule to your web.config?
Code:<rule name="Habbo Imaging Group Badges"> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /> </rule> <rule name="Habbo Imaging Avatarimage 1"> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Habbo Imaging Avatar Image 2"> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /> </rule> <rule name="Habbo Imaging Avatar Head"> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /> </rule>
Are your external variables linked correctly? I ask because you changed it to /game/ so if your habbo-imaging is in your game then you need to adjust the above rewrite rule.Yeah, that's in my web.config.
Are your external variables linked correctly? I ask because you changed it to /game/ so if your habbo-imaging is in your game then you need to adjust the above rewrite rule.
Try moving your habbo-imaging from /game/ to the root of your website. Because it works if you go directly to it:I assume so.
Feel free to take a look:You must be registered for see links
Mind sharing the answer for future reference?Sorted
When i checked the console, he was fetching the group images from /game/habbo-imaging when the rewrite rule checks if the match url isMind sharing the answer for future reference?
Yeah, that's what I originally thought hence why I said to move it from /game/ to the root.When i checked the console, he was fetching the group images from /game/habbo-imaging when the rewrite rule checks if the match url is
habbo-imaging/badge