Omg, Errors Everywhere!

TehRink

New Member
Mar 16, 2013
15
0
HTTP Error 404.3 - Not Found

The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.


Anyone Know A Fix For This, Im Using IIS, RP Any Ideas?!?
 

Derpec

Retrosetups.com | Professional, Reliable, Setups
Feb 21, 2012
658
92
Yes, it should be that make sure your password to DB is correct.

Also do you have helicon Ape installed?
 

TehRink

New Member
Mar 16, 2013
15
0
k
$_CONFIG['default']['hotel']['path'] = "http://".$_SERVER["SERVER_NAME"];
shud i edit?
and this file:
webconfig:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="RewriteUserFriendlyURL1" stopProcessing="true">
<match url="^play$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="play.php" />
</rule>
<rule name="RewriteUserFriendlyURL2" stopProcessing="true">
<match url="^clientlog/update$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="blank.php" />
</rule>
<rule name="RewriteUserFriendlyURL3" stopProcessing="true">
<match url="^cacheCheck$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="blank.php" />
</rule>
<rule name="RewriteUserFriendlyURL4" stopProcessing="true">
<match url="^pingsession$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="blank.php" />
</rule>
<rule name="RewriteUserFriendlyURL5" stopProcessing="true">
<match url="^bc/logframe$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="blank.php" />
</rule>
<rule name="RewriteUserFriendlyURL6" stopProcessing="true">
<match url="^conversion_tracking_frame$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="blank.php" />
</rule>
<rule name="RewriteUserFriendlyURL7" stopProcessing="true">
<match url="^habbo-imaging/badge/([^.]+).gif$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="badge.php?badge={R:1}" />
</rule>
<rule name="RewriteUserFriendlyURL8" stopProcessing="true">
<match url="^me$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="me.php" />
</rule>
<rule name="RewriteUserFriendlyURL9" stopProcessing="true">
<match url="^business$" />
<conditions>
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="business.php" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>
Do i need rewrite php?
 

Jeffrey

Devbest Indian Tech Support
FindRetros Moderator
Feb 5, 2013
1,180
412
so i guess from your previous post that you are using your personal computer not a pc...\

[edit] it usually says it when you first install IIS. if you are using Windows 8 and + you probably have IIS 8
 

Users who are viewing this thread

Top