Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
web.config to .htaccess
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Zyriantdtx" data-source="post: 370172" data-attributes="member: 54340"><p>Can someone convert:</p><p><?xml version="1.0" encoding="UTF-8"?></p><p><configuration></p><p> <system.web></p><p> <compilation debug="false" /></p><p> </system.web></p><p></p><p> <system.net></p><p> <connectionManagement></p><p> <add address="*" maxconnection="2300" /></p><p> </connectionManagement></p><p> </system.net></p><p></p><p> <system.webServer></p><p> <httpErrors errorMode="Custom" existingResponse="Replace"></p><p> <remove statusCode="403" /></p><p> <error statusCode="403" responseMode="File" path="403.php" /></p><p> <remove statusCode="404" /></p><p> <error statusCode="404" responseMode="File" path="404.php" /></p><p> </httpErrors></p><p></p><p> <rewrite></p><p> <rules></p><p> <rule name="Rule 1"></p><p> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 2"></p><p> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 3"></p><p> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 4"></p><p> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 5"></p><p> <match url="^gamedata/habbopages/chat/commands" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/chat/commands.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 6"></p><p> <match url="^gamedata/habbopages/chat/options" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/chat/options.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 7"></p><p> <match url="^gamedata/supersecret" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/supersecret.php" appendQueryString="true" /></p><p> </rule></p><p></p><p> <rule name="Rule 8"></p><p> <match url="^gamedata/external_variables" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/external_variables.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 9"></p><p> <match url="^gamedata/external_flash_texts" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/external_flash_texts.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 10"></p><p> <match url="^gamedata/override/external_flash_override_texts" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/override/external_flash_override_texts.php" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 11"></p><p> <match url="^gamedata/override/external_override_variables" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/override/external_override_variables.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 12"></p><p> <match url="^gamedata/figuredata" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/figuredata.xml" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 13"></p><p> <match url="^gamedata/productdata" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/productdata.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="Rule 14"></p><p> <match url="^gamedata/furnidata_xml" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/furnidata.xml" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Rule 15"></p><p> <match url="^gamedata/habbopages/forums" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/forums.txt" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="API - Default"></p><p> <match url="^api/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="api.php?request={R:1}" appendQueryString="false" /></p><p> </rule> </p><p> </p><p> <rule name="API - Rooms"></p><p> <match url="^api/room/([0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="api.php?request=room&amp;room_id={R:1}" appendQueryString="false" /></p><p> </rule> </p><p> </p><p> <rule name="API - Groups"></p><p> <match url="^api/group/([0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="api.php?request=group&amp;group_id={R:1}" appendQueryString="false" /></p><p> </rule></p><p></p><p> <rule name="API - Users"></p><p> <match url="^api/user/([a-zA-Z]+)/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="true" /></p><p> <action type="Rewrite" url="api.php?request=user&amp;search_type={R:1}&amp;value={R:2}" appendQueryString="false" /></p><p> </rule> </p><p></p><p> <rule name="API - Random Users with limit"></p><p> <match url="^api/users/([0-9]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="api.php?request=users&amp;amount={R:1}" appendQueryString="false" /></p><p> </rule> </p><p> </p><p> <rule name="HabboPages - Dynamic"></p><p> <match url="^gamedata/habbopages/([0-9a-zA-Z]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="gamedata/habbopages/{R:1}.txt" appendQueryString="false" /></p><p> </rule></p><p> </rules></p><p> </rewrite></p><p> </system.webServer></p><p></configuration></p><p></p><p>into .htaccess for me?</p></blockquote><p></p>
[QUOTE="Zyriantdtx, post: 370172, member: 54340"] Can someone convert: <?xml version="1.0" encoding="UTF-8"?> <configuration> <system.web> <compilation debug="false" /> </system.web> <system.net> <connectionManagement> <add address="*" maxconnection="2300" /> </connectionManagement> </system.net> <system.webServer> <httpErrors errorMode="Custom" existingResponse="Replace"> <remove statusCode="403" /> <error statusCode="403" responseMode="File" path="403.php" /> <remove statusCode="404" /> <error statusCode="404" responseMode="File" path="404.php" /> </httpErrors> <rewrite> <rules> <rule name="Rule 1"> <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" /> </rule> <rule name="Rule 2"> <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Rule 3"> <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" /> </rule> <rule name="Rule 4"> <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Rule 5"> <match url="^gamedata/habbopages/chat/commands" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/chat/commands.txt" appendQueryString="false" /> </rule> <rule name="Rule 6"> <match url="^gamedata/habbopages/chat/options" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/chat/options.txt" appendQueryString="false" /> </rule> <rule name="Rule 7"> <match url="^gamedata/supersecret" ignoreCase="false" /> <action type="Rewrite" url="gamedata/supersecret.php" appendQueryString="true" /> </rule> <rule name="Rule 8"> <match url="^gamedata/external_variables" ignoreCase="false" /> <action type="Rewrite" url="gamedata/external_variables.txt" appendQueryString="false" /> </rule> <rule name="Rule 9"> <match url="^gamedata/external_flash_texts" ignoreCase="false" /> <action type="Rewrite" url="gamedata/external_flash_texts.txt" appendQueryString="false" /> </rule> <rule name="Rule 10"> <match url="^gamedata/override/external_flash_override_texts" ignoreCase="false" /> <action type="Rewrite" url="gamedata/override/external_flash_override_texts.php" appendQueryString="false" /> </rule> <rule name="Rule 11"> <match url="^gamedata/override/external_override_variables" ignoreCase="false" /> <action type="Rewrite" url="gamedata/override/external_override_variables.txt" appendQueryString="false" /> </rule> <rule name="Rule 12"> <match url="^gamedata/figuredata" ignoreCase="false" /> <action type="Rewrite" url="gamedata/figuredata.xml" appendQueryString="false" /> </rule> <rule name="Rule 13"> <match url="^gamedata/productdata" ignoreCase="false" /> <action type="Rewrite" url="gamedata/productdata.txt" appendQueryString="false" /> </rule> <rule name="Rule 14"> <match url="^gamedata/furnidata_xml" ignoreCase="false" /> <action type="Rewrite" url="gamedata/furnidata.xml" appendQueryString="false" /> </rule> <rule name="Rule 15"> <match url="^gamedata/habbopages/forums" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/forums.txt" appendQueryString="false" /> </rule> <rule name="API - Default"> <match url="^api/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="api.php?request={R:1}" appendQueryString="false" /> </rule> <rule name="API - Rooms"> <match url="^api/room/([0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="api.php?request=room&room_id={R:1}" appendQueryString="false" /> </rule> <rule name="API - Groups"> <match url="^api/group/([0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="api.php?request=group&group_id={R:1}" appendQueryString="false" /> </rule> <rule name="API - Users"> <match url="^api/user/([a-zA-Z]+)/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="true" /> <action type="Rewrite" url="api.php?request=user&search_type={R:1}&value={R:2}" appendQueryString="false" /> </rule> <rule name="API - Random Users with limit"> <match url="^api/users/([0-9]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="api.php?request=users&amount={R:1}" appendQueryString="false" /> </rule> <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> </rules> </rewrite> </system.webServer> </configuration> into .htaccess for me? [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
web.config to .htaccess
Top