• Hallo Rt,

    ich hab folgendes als Fehler

    Wenn ich meine Page öffne kommt dass:

    2.PNG.

    Ich dachte es liegt dran, weil ich kein URL Rewrite habe.

    Wollte es installieren, aber es geht nicht.

    1.PNG

    Ich hab Web.config, deswegen dachte ich es liegt evtl daran.

    Wieso kann ich es nicht installieren???

    Wäre nett für eure Hilfe.

  • Spoiler anzeigen

    <?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&amp;user={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 8">

    <match url="^profile(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="profile.php" />

    </rule>

    <rule name="Imported Rule 9">

    <match url="^profile/([^/]+)(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="./profile.php?web-profile-tab={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 10">

    <match url="^(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="/index.php?url={R:1};" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 11">

    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="/index.php?url={R:1};" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 12">

    <match url="^(.*)\.htm$" ignoreCase="false" />

    <action type="Rewrite" url="/{R:1}.php;" />

    </rule>

    <rule name="Imported Rule 13">

    <match url="^(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="/dash.php?page={R:1};" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 14">

    <match url="^([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="/dash.php?url={R:1};" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 15">

    <match url="^me/novote(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="index.php?url=me&amp;novote={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 17">

    <match url="^home/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="index.php?url=home&amp;user={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 18" stopProcessing="true">

    <match url="^news/(.*)/?$" ignoreCase="false" />

    <action type="Rewrite" url="index.php?url=news&amp;id={R:1}" appendQueryString="true" />

    </rule>

    <rule name="Imported Rule 19" stopProcessing="true">

    <match url="^account/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="index.php?url=account&amp;tab={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 20" stopProcessing="true">

    <match url="^badgeshop/([a-zA-Z0-9_-]+)(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="index.php?url=badgeshop&amp;tab={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 21">

    <match url="^me/novote(|/)$" ignoreCase="false" />

    <action type="Rewrite" url="index.php?url=me&amp;novote={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Imported Rule 16">

    <match url="^habbo-imaging/badge/([^/]+)$" ignoreCase="false" />

    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Redirect to HTTP" stopProcessing="true">

    <match url="(.*)" />

    <conditions>

    <add input="{R:1}" pattern="^onepage/(.*)$" negate="true" />

    <add input="{HTTPS}" pattern="^ON$" />

    </conditions>

    <action type="Redirect" url="http://%7bhttp_host%7d/%7BR:0}" redirectType="Permanent" />

    </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>

    <rule name="rule 1T">

    <match url="^news/([a-zA-Z0-9_-]+)(|/)$" />

    <action type="Rewrite" url="/index.php?url=news&amp;id={R:1}" />

    </rule>

    <rule name="rule 2T">

    <match url="^account/([a-zA-Z0-9_-]+)(|/)$" />

    <action type="Rewrite" url="/index.php?url=account&amp;tab={R:1}" />

    </rule>

    <rule name="rule 3T">

    <match url="^shop/([a-zA-Z0-9_-]+)(|/)$" />

    <action type="Rewrite" url="/index.php?url=shop&amp;tab={R:1}" />

    </rule>

    <rule name="rule 4T">

    <match url="^badgeshop/([a-zA-Z0-9_-]+)(|/)$" />

    <action type="Rewrite" url="/index.php?url=badgeshop&amp;tab={R:1}" />

    </rule>

    <rule name="rule 1Y">

    <match url="^home/([a-zA-Z0-9_-]+)(|/)$" />

    <action type="Rewrite" url="/index.php?url=home&amp;user={R:1}" />

    </rule>

    <rule name="Habbo Imaging Group Badges">

    <match url="^habbo-imaging/badge/([^/]+)" ignoreCase="false" />

    <action type="Rewrite" url="/habbo-imaging/badge.php?badge={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Habbo Imaging Avatarimage 1">

    <match url="^habbo-imaging/avatar/([^/]+)" ignoreCase="false" />

    <action type="Rewrite" url="habbo-imaging/avatarimage.php?figure={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Habbo Imaging Avatar Image 2">

    <match url="^habbo-imaging/avatarimage/([^/]+)" ignoreCase="false" />

    <action type="Rewrite" url="habbo-imaging/avatarimage.php?username={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Habbo Imaging Avatar Head">

    <match url="^habbo-imaging/head/([^/]+)" ignoreCase="false" />

    <action type="Rewrite" url="habbo-imaging/head.php?figure={R:1}" appendQueryString="false" />

    </rule>

    <rule name="Forum Threads">

    <match url="^thread/([0-9]+)" />

    <action type="Rewrite" url="index.php?url=thread&amp;threadid={R:1}" />

    </rule>

    <rule name="Forum Posts">

    <match url="^post/([0-9]+)" />

    <action type="Rewrite" url="index.php?url=post&amp;postid={R:1}" />

    </rule>

    <rule name="Forum New Thread">

    <match url="^create/([0-9]+)" />

    <action type="Rewrite" url="index.php?url=newthread&amp;thread={R:1}" />

    </rule>


    </rules>

    </rewrite>

    </system.webServer>

    </configuration>

    MODSirSonay Hier :D

  • Du kannst ohne URL Rewrite die web.config überarbeiten wie du lustig bist, wird im Endeffekt nicht wirklich was taugen, da die Datei ohnehin ohne eine Rewrite-Engine sinnlos ist. Schau dir mal das Protokoll an und sende es ggf. hier als Link (pastebin.com) rein.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!