I need help so bad with my House Keeping

SnippyTheSenpai

New Member
Jan 29, 2017
15
0
My housekeeping is now working i am using IIS7 and i get
500 - Internal server error.
There is a problem with the resource you are looking for, and it cannot be displayed.
 

SnippyTheSenpai

New Member
Jan 29, 2017
15
0
Turn on detailed errors in IIS > Website > Error Pages. It's on the sidebar "Edit Feature Settings"
HTTP Error 500.52 - URL Rewrite Module Error.
The page cannot be displayed because an internal server error has occurred.
Detailed Error Information
Module RewriteModule
Notification SendResponse
Handler StaticFile
Error Code 0x800700b7
Config Error Cannot add duplicate collection entry of type 'rule' with unique key attribute 'name' set to 'Imported Rule 1'
Config File \\?\C:\inetpub\wwwroot\ase\web.config
I REMOVED REQUESTED URL I DONT WANT TO SHOW IP
Physical Path C:\inetpub\wwwroot\ase\login
Logon Method Not yet determined
Logon User Not yet determined

Config Source
6: <rules>
7: <rule name="Imported Rule 1">
8: <match url="^(|/)$" ignoreCase="false" />

Links and More InformationThis error means that there was a problem while processing the request. The request was received by the Web server, but during processing a fatal error occurred, causing the 500 error.


Microsoft Knowledge Base Articles:

  • 294807
 
BUMP i really need help
 
<?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 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 9-1">
<match url="^swfs/swfs/habbo-imaging/badge/([^/]+)$" ignoreCase="false" />
<action type="Rewrite" url="/swfs/swfs/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Imported Rule 10-1">
<match url="^swfs/swfs/habbo-imaging/head/([^/]+)$" ignoreCase="false" />
<action type="Rewrite" url="/swfs/swfs/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Group Badges">
<match url="^swfs/habbo-imaging/badge/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="/swfs/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatarimage 1">
<match url="^swfs/habbo-imaging/avatar/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="swfs/habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatar Image 2">
<match url="^swfs/habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="swfs/habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />
</rule>
<rule name="Habbo Imaging Avatar Head">
<match url="^swfs/habbo-imaging/head/([^/]+)" ignoreCase="false" />
<action type="Rewrite" url="swfs/habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />
</rule>
<rule name="rule 1r">
<match url="^(community/staff)$" />
<action type="Rewrite" url="/staff" />
</rule>
<rule name="rule 2r">
<match url="^(community/experts)$" />
<action type="Rewrite" url="/experts" />
</rule>
<rule name="rule 3r">
<match url="^(community/designers)$" />
<action type="Rewrite" url="/designers" />
</rule>
<rule name="rule 4r">
<match url="^(community/commands)$" />
<action type="Rewrite" url="/commands" />
</rule>
<rule name="rule 5r">
<match url="^home/([a-zA-Z0-9_-]+)(|/)$" />
<action type="Rewrite" url="/index.php?url=home&amp;user={R:1}" />
</rule>
<rule name="rule 6r">
<match url="^user/([a-zA-Z0-9_-]+)(|/)$" />
<action type="Rewrite" url="/index.php?url=home&amp;user={R:1}" />
</rule>
<rule name="rule 7r">
<match url="^profile/([a-zA-Z0-9_-]+)(|/)$" />
<action type="Rewrite" url="/index.php?url=home&amp;user={R:1}" />
</rule>
<rule name="rule 8r">
<match url="^news/([a-zA-Z0-9_-]+)(|/)$" />
<action type="Rewrite" url="/index.php?url=news&amp;id={R:1}" />
</rule>
<rule name="rule 9r">
<match url="^article/([a-zA-Z0-9_-]+)(|/)$" />
<action type="Rewrite" url="/index.php?url=news&amp;id={R:1}" />
</rule>



</rules>
</rewrite>

</system.webServer>

</configuration>
 
Bump
 

yoyok

Member
Apr 24, 2013
197
24
You have a similar configuration with a higher configuration then this. You can search for the higher configuration or add the easy way.

Above: <rule name="Imported Rule 1">
Add:
PHP:
<remove name="Imported Rule 1" />
Restart IIS and now it need to work fine.
 

Blasteh

Lord Farquaad
Apr 3, 2013
1,151
513
I don't think you need a web.config in your ASE folder. But then again, I'm most likely using a different ASE than you are.

A tip - use this for posting a lot of data:
 

Users who are viewing this thread

Top