Nice! Thanks for this does this take the " rn " away?
This is a discussion on HK Fix for RevCMS on IIS [Habbo Theme] within the Habbo Releases forums, part of the Habbo Hotel category; Just a simple fix for Housekeeping on RevCMS if your using IIS. you will need this: HeliCON for .htaccess to ...

Just a simple fix for Housekeeping on RevCMS if your using IIS.
you will need this:
HeliCON for .htaccess to configure with IIS. After you have installed this Restart IIS.
Then download this HK Fix
HK_Fix
Instruction after that;
Add hk to your skin folder so it looks like this: app/tpl/skins/Habbo/hk - Then while there edittoPHP Code:action="index.php?url=dash"
code can be found in hk/login.php /filePHP Code:action="index.php?url=login">
Then Head to /wwwroot/app/
Replace your class.core.php and class.template.php with the files included in the Housekeeping Fix Folder above.
Then you will have your .htaccess fixed for IIS working but for CMS to work you will still need WEB.config file :
Add this to c:/inetpub/wwwroot - (make sure to save it as web.config)PHP Code:<?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="index.php?page={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 5">
<match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />
<action type="Rewrite" url="index.php?url={R:1}" appendQueryString="false" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Then your housekeeping should work 100% if you go to this link: http://127.0.0.1/ase/index.php?url=login
http://prntscr.com/59o45
This how I got my HK working the other tutorials all fail.
Any problems say below, thanks!!
Nice! Thanks for this does this take the " rn " away?
Np, whats RN ? lol
When you do a new line, does it say " rn " My hk does that same as boom ect ;3
Good as always! Thank's Subway :)
I managed to fix without the Helicon
But thanks for the tutorial ;p
Np guys & Dylan yes that fixed.![]()
Still this is however only the surface solution to the problem. Login at http://localhost/ase/index.php?url=login, yes it does work, but it does not redirect. It could only be accessible by entering http://192.168.1.115/ase/index.php?url=login manually.
Now it seems all good so far. BUT. As you post a new article, another error shows up. Any help?
Na did you edit login.php cause this meth0d works 100% for me![]()
Thank's Subway x)
It wasnt really broken - I just never added one as I planned on making a new one, but I was pressured into releasing early. Also providing you set the right URL Rewrite directories you will not need the .htaccess thing.
Does it auto refreshes for you after hitting the login button? Posting new articles is not working as well, stuck at news2.php.
Edit image url^ & just hit f5![]()
Thanks to me for the Files, Lol.
n00b they not your files they files came from a guy @Devbest.
Nothing different in your files..