HK Fix for RevCMS on IIS [Habbo Theme]
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 edit
PHP Code:
action="index.php?url=dash"
to
PHP Code:
action="index.php?url=login">
code can be found in hk/login.php /file
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 :
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>
Add this to c:/inetpub/wwwroot - (make sure to save it as web.config)
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. :huh:
Any problems say below, thanks!!
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Nice! Thanks for this does this take the " rn " away?
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Re: HK Fix for RevCMS on IIS [Habbo Theme]
When you do a new line, does it say " rn " My hk does that same as boom ect ;3
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Good as always! Thank's Subway :)
Re: HK Fix for RevCMS on IIS [Habbo Theme]
I managed to fix without the Helicon
But thanks for the tutorial ;p
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Np guys & Dylan yes that fixed. :wink:
Re: HK Fix for RevCMS on IIS [Habbo Theme]
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?
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Na did you edit login.php cause this meth0d works 100% for me :wink:
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Re: HK Fix for RevCMS on IIS [Habbo Theme]
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.
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Does it auto refreshes for you after hitting the login button? Posting new articles is not working as well, stuck at news2.php.
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Edit image url^ & just hit f5:thumbup1:
Re: HK Fix for RevCMS on IIS [Habbo Theme]
Thanks to me for the Files, Lol.
Re: HK Fix for RevCMS on IIS [Habbo Theme]
n00b they not your files they files came from a guy @Devbest.
Nothing different in your files..