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
Revcms News ariticles
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="Dan3212" data-source="post: 376506" data-attributes="member: 67317"><p>Yeah just basic web.config code. I have a full web.config for you, if there's any problems just reply with quotes</p><p>[PHP]<?xml version="1.0" encoding="UTF-8"?></p><p><configuration></p><p> <system.webServer></p><p> <rewrite></p><p> <rules></p><p> <rule name="Imported Rule 1"></p><p> <match url="^(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 2"></p><p> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 3"></p><p> <match url="^(.*)\.htm$" /></p><p> <action type="Rewrite" url="{R:1}.php" /></p><p> </rule></p><p> <rule name="Imported Rule 4"></p><p> <match url="^(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 5"></p><p> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 6"></p><p> <match url="^(staff)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="staff" /></p><p> </rule></p><p> <rule name="Imported Rule 7"></p><p> <match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=home&amp;user={R:1}" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Forum Rule 1"></p><p> <match url="^forums$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=forums" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Forum Rule 2"></p><p> <match url="^forums/post/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=post&amp;post={R:1}" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Forum Rule 3"></p><p> <match url="^forums/category/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=category&amp;cat={R:1}" appendQueryString="false" /></p><p> </rule></p><p> </p><p> </p><p> <rule name="Imported Rule 11"></p><p> <match url="^community/emeralds(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=evip" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 12"></p><p> <match url="^pures/buy(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pures" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 13"></p><p> <match url="^pures/ranks(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pshop" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 14"></p><p> <match url="^pures/currency(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pshop2" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 15"></p><p> <match url="^pures/badges(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 16"></p><p> <match url="^badgeshop/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=badgeshop&amp;id={R:1}" appendQueryString="false" /></p><p> </rule></p><p> </p><p> </p><p> <rule name="Imported Rule 17"></p><p> <match url="^news/([a-zA-Z0-9_-]+)/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=news&amp;id&amp;deleteid={R:1}" appendQueryString="false" /></p><p> </p><p> </rule></p><p> <rule name="Imported Rule 1-1"></p><p> <match url="^(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 2-1"></p><p> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 3-1"></p><p> <match url="^(.*)\.htm$" /></p><p> <action type="Rewrite" url="{R:1}.php" /></p><p> </rule></p><p> <rule name="Imported Rule 4-1"></p><p> <match url="^(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 5-1"></p><p> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 6-1"></p><p> <match url="^(staff)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="staff" /></p><p> </rule></p><p> <rule name="Imported Rule 7-1"></p><p> <match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=home&amp;user={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 8-1"></p><p> <match url="^news/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Imported Rule 11-1"></p><p> <match url="^community/emeralds(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=evip" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 12-1"></p><p> <match url="^pures/buy(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pures" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 13-1"></p><p> <match url="^pures/ranks(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pshop" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 14-1"></p><p> <match url="^pures/currency(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pshop2" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 15-1"></p><p> <match url="^pures/badges(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 16-1"></p><p> <match url="^badgeshop/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=badgeshop&amp;id={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 17-1"></p><p> <match url="^news/([a-zA-Z0-9_-]+)/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=news&amp;id&amp;deleteid={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 18"></p><p> <match url="^(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 19"></p><p> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 20"></p><p> <match url="^(.*)\.htm$" /></p><p> <action type="Rewrite" url="{R:1}.php" /></p><p> </rule></p><p> <rule name="Imported Rule 21"></p><p> <match url="^(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 22"></p><p> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 23"></p><p> <match url="^(.*)\.htm$" /></p><p> <action type="Rewrite" url="{R:1}.php" /></p><p> </p><p> </rule></p><p> </p><p> <rule name="Imported Rule 26"></p><p> <match url="^profile/1" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=profile" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 27"></p><p> <match url="^profile/2" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=email" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 28"></p><p> <match url="^profile/3" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=password" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 29"></p><p> <match url="^badgeshop/([^/]+)" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /></p><p> </rule></p><p> </p><p> <rule name="Imported Rule 30"></p><p> <match url="^groups/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=group" appendQueryString="false" /></p><p> </rule></p><p> </p><p> </p><p> <rule name="Imported Rule 34"></p><p> <match url="^store/ranks(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=store" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 35"></p><p> <match url="^community/articles(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=news" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 36"></p><p> <match url="^community/staff(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=staff" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 37"></p><p> <match url="^community/leaderboards(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=topstats" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Group Badge"></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> <rule name="Imported Rule 38"></p><p> <match url="^community/fansites(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=fansites" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 39"></p><p> <match url="^account/profile(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=profile" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 40"></p><p> <match url="^account/email(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=email" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 41"></p><p> <match url="^account/password(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=pass" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 42"></p><p> <match url="^redirect/forums/staticway(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=red1" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 45"></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> <rule name="Imported Rule 46"></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> <rule name="Imported Rule 47"></p><p> <match url="^store/diamonds(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=diamonds" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 48"></p><p> <match url="^store/badges(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 49"></p><p> <match url="^community/online(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=online" appendQueryString="false" /></p><p> </rule></p><p> <rule name="Imported Rule 50"></p><p> <match url="^community/statistics(|/)$" ignoreCase="false" /></p><p> <action type="Rewrite" url="index.php?url=statistics" appendQueryString="false" /></p><p> </rule></p><p><rule name="RequestBlockingRule1" stopProcessing="true"></p><p> <match url=".*" /></p><p> <conditions></p><p> <add input="{HTTP_USER_AGENT}" pattern="WordPress" /></p><p> </conditions></p><p> <action type="CustomResponse" statusCode="403" statusReason="Forbidden: Access is denied." statusDescription="You do not have permission to view this page." /></p><p> </rule></p><p> <rule name="Habbo Imaging Group Badges"></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> <rule name="Habbo Imaging Avatarimage 1"></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> <rule name="Habbo Imaging Avatar Image 2"></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> <rule name="Habbo Imaging Avatar Head"></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="Imported Rule 31" stopProcessing="true"></p><p> <match url="." ignoreCase="false" /></p><p> <conditions logicalGrouping="MatchAll"></p><p> <add input="{HTTP_USER_AGENT}" pattern="WordPress" ignoreCase="false" /></p><p> </conditions></p><p> <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /></p><p> </rule></p><p> </p><p> </p><p> </p><p> </p><p> </rules></p><p> </rewrite></p><p> <defaultDocument></p><p> <files></p><p> <clear /></p><p> <add value="index.php" /></p><p> <add value="Default.htm" /></p><p> <add value="Default.asp" /></p><p> <add value="index.htm" /></p><p> <add value="index.html" /></p><p> <add value="iisstart.htm" /></p><p> </files></p><p> </defaultDocument></p><p> </system.webServer></p><p></configuration></p><p>[/PHP]</p></blockquote><p></p>
[QUOTE="Dan3212, post: 376506, member: 67317"] Yeah just basic web.config code. I have a full web.config for you, if there's any problems just reply with quotes [PHP]<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Imported Rule 1"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 3"> <match url="^(.*)\.htm$" /> <action type="Rewrite" url="{R:1}.php" /> </rule> <rule name="Imported Rule 4"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 5"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 6"> <match url="^(staff)$" ignoreCase="false" /> <action type="Rewrite" url="staff" /> </rule> <rule name="Imported Rule 7"> <match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=home&user={R:1}" appendQueryString="false" /> </rule> <rule name="Forum Rule 1"> <match url="^forums$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=forums" appendQueryString="false" /> </rule> <rule name="Forum Rule 2"> <match url="^forums/post/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=post&post={R:1}" appendQueryString="false" /> </rule> <rule name="Forum Rule 3"> <match url="^forums/category/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=category&cat={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 11"> <match url="^community/emeralds(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=evip" appendQueryString="false" /> </rule> <rule name="Imported Rule 12"> <match url="^pures/buy(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pures" appendQueryString="false" /> </rule> <rule name="Imported Rule 13"> <match url="^pures/ranks(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pshop" appendQueryString="false" /> </rule> <rule name="Imported Rule 14"> <match url="^pures/currency(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pshop2" appendQueryString="false" /> </rule> <rule name="Imported Rule 15"> <match url="^pures/badges(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /> </rule> <rule name="Imported Rule 16"> <match url="^badgeshop/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badgeshop&id={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 17"> <match url="^news/([a-zA-Z0-9_-]+)/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=news&id&deleteid={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 1-1"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 2-1"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 3-1"> <match url="^(.*)\.htm$" /> <action type="Rewrite" url="{R:1}.php" /> </rule> <rule name="Imported Rule 4-1"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="dash.php?page={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 5-1"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="dash.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 6-1"> <match url="^(staff)$" ignoreCase="false" /> <action type="Rewrite" url="staff" /> </rule> <rule name="Imported Rule 7-1"> <match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=home&user={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 8-1"> <match url="^news/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=news&id={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 11-1"> <match url="^community/emeralds(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=evip" appendQueryString="false" /> </rule> <rule name="Imported Rule 12-1"> <match url="^pures/buy(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pures" appendQueryString="false" /> </rule> <rule name="Imported Rule 13-1"> <match url="^pures/ranks(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pshop" appendQueryString="false" /> </rule> <rule name="Imported Rule 14-1"> <match url="^pures/currency(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pshop2" appendQueryString="false" /> </rule> <rule name="Imported Rule 15-1"> <match url="^pures/badges(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /> </rule> <rule name="Imported Rule 16-1"> <match url="^badgeshop/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badgeshop&id={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 17-1"> <match url="^news/([a-zA-Z0-9_-]+)/delete/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=news&id&deleteid={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 18"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 19"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 20"> <match url="^(.*)\.htm$" /> <action type="Rewrite" url="{R:1}.php" /> </rule> <rule name="Imported Rule 21"> <match url="^(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 22"> <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 23"> <match url="^(.*)\.htm$" /> <action type="Rewrite" url="{R:1}.php" /> </rule> <rule name="Imported Rule 26"> <match url="^profile/1" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=profile" appendQueryString="false" /> </rule> <rule name="Imported Rule 27"> <match url="^profile/2" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=email" appendQueryString="false" /> </rule> <rule name="Imported Rule 28"> <match url="^profile/3" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=password" appendQueryString="false" /> </rule> <rule name="Imported Rule 29"> <match url="^badgeshop/([^/]+)" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /> </rule> <rule name="Imported Rule 30"> <match url="^groups/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=group" appendQueryString="false" /> </rule> <rule name="Imported Rule 34"> <match url="^store/ranks(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=store" appendQueryString="false" /> </rule> <rule name="Imported Rule 35"> <match url="^community/articles(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=news" appendQueryString="false" /> </rule> <rule name="Imported Rule 36"> <match url="^community/staff(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=staff" appendQueryString="false" /> </rule> <rule name="Imported Rule 37"> <match url="^community/leaderboards(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=topstats" appendQueryString="false" /> </rule> <rule name="Group Badge"> <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 38"> <match url="^community/fansites(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=fansites" appendQueryString="false" /> </rule> <rule name="Imported Rule 39"> <match url="^account/profile(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=profile" appendQueryString="false" /> </rule> <rule name="Imported Rule 40"> <match url="^account/email(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=email" appendQueryString="false" /> </rule> <rule name="Imported Rule 41"> <match url="^account/password(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=pass" appendQueryString="false" /> </rule> <rule name="Imported Rule 42"> <match url="^redirect/forums/staticway(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=red1" appendQueryString="false" /> </rule> <rule name="Imported Rule 45"> <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 46"> <match url="^habbo-imaging/head/([^/]+)$" ignoreCase="false" /> <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" /> </rule> <rule name="Imported Rule 47"> <match url="^store/diamonds(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=diamonds" appendQueryString="false" /> </rule> <rule name="Imported Rule 48"> <match url="^store/badges(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=badgeshop" appendQueryString="false" /> </rule> <rule name="Imported Rule 49"> <match url="^community/online(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=online" appendQueryString="false" /> </rule> <rule name="Imported Rule 50"> <match url="^community/statistics(|/)$" ignoreCase="false" /> <action type="Rewrite" url="index.php?url=statistics" appendQueryString="false" /> </rule> <rule name="RequestBlockingRule1" stopProcessing="true"> <match url=".*" /> <conditions> <add input="{HTTP_USER_AGENT}" pattern="WordPress" /> </conditions> <action type="CustomResponse" statusCode="403" statusReason="Forbidden: Access is denied." statusDescription="You do not have permission to view this page." /> </rule> <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> <rule name="Imported Rule 31" stopProcessing="true"> <match url="." ignoreCase="false" /> <conditions logicalGrouping="MatchAll"> <add input="{HTTP_USER_AGENT}" pattern="WordPress" ignoreCase="false" /> </conditions> <action type="CustomResponse" statusCode="403" statusReason="Forbidden" statusDescription="Forbidden" /> </rule> </rules> </rewrite> <defaultDocument> <files> <clear /> <add value="index.php" /> <add value="Default.htm" /> <add value="Default.asp" /> <add value="index.htm" /> <add value="index.html" /> <add value="iisstart.htm" /> </files> </defaultDocument> </system.webServer> </configuration> [/PHP] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Revcms News ariticles
Top