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
Housekeeping issue
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="Altercationz" data-source="post: 364911" data-attributes="member: 59038"><p>My housekeeping is giving me a 404 file not found,</p><p>I've installed all the proper files, I have everything correct in my web.config (I think, I'll post it below)</p><p>I also have tried downloading helicon ape, that was my first solution & it did not work.</p><p></p><p>Thanks,</p><p></p><p>[CODE]<?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="^(community/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> <rule name="rule 1k" stopProcessing="true"></p><p> <match url="^ase/([^/]*)$" /></p><p> <action type="Rewrite" url="/ase/index.php?url={R:1}" /></p><p> </rule></p><p><rule name="Imported Rule 8"></p><p><match url="^habbo-imaging/badge/([^/]+)" /></p><p><action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" /></p><p></rule></p><p><rule name="Imported Rule 9"></p><p><match url="^habbo-imaging/head/([^/]+)" /></p><p><action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" /></p><p></rule></p><p> <rule name="Imported Rule 10"></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> <rule name="Imported Rule 11"></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="Imported Rule 12"></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> <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 directory or page using the credentials that you supplied." /></p><p> </rule></p><p> </rules></p><p> </rewrite></p><p> </system.webServer></p><p></configuration></p><p>[/CODE]</p></blockquote><p></p>
[QUOTE="Altercationz, post: 364911, member: 59038"] My housekeeping is giving me a 404 file not found, I've installed all the proper files, I have everything correct in my web.config (I think, I'll post it below) I also have tried downloading helicon ape, that was my first solution & it did not work. Thanks, [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="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="^(community/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="rule 1k" stopProcessing="true"> <match url="^ase/([^/]*)$" /> <action type="Rewrite" url="/ase/index.php?url={R:1}" /> </rule> <rule name="Imported Rule 8"> <match url="^habbo-imaging/badge/([^/]+)" /> <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" /> </rule> <rule name="Imported Rule 9"> <match url="^habbo-imaging/head/([^/]+)" /> <action type="Rewrite" url="/habbo-imaging/head.php?figure={R:1}" /> </rule> <rule name="Imported Rule 10"> <match url="^gamedata/habbopages/forums" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/forums.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 11"> <match url="^gamedata/habbopages/chat/commands" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/chat/commands.txt" appendQueryString="false" /> </rule> <rule name="Imported Rule 12"> <match url="^gamedata/habbopages/chat/options" ignoreCase="false" /> <action type="Rewrite" url="gamedata/habbopages/chat/options.txt" 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 directory or page using the credentials that you supplied." /> </rule> </rules> </rewrite> </system.webServer> </configuration> [/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
Housekeeping issue
Top