The web.config rule is@Central as it have to make web.config but Idk how to do it.
<rule name="HabboPages - Dynamic">
<match url="^gamedata/habbopages/([0-9a-zA-Z]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="gamedata/habbopages/{R:1}.txt" appendQueryString="false" />
</rule>
The rule is in my original post..@Zaka just help me giving the rule xD
This rule will be needed in your swf folder, the client interacts with this as you provide the base URL on the client itself.I have two web.config between on wwwroot's folder or swfs folder ?
Turn on detailed errors in IIS > Website > Error Pages. It's on the sidebar "Edit Feature Settings" I think@HaidynYou must be registered for see linksnot working
Just tick the detailed errors box then load the page again, it'll give some information about what page specifically is causing the 500 error or if you've done the web.config wrong.