none
HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. RRS feed

  • Frage

  • Hallo liebe Community,

    Ich habe folgendes Problem. Ich benutze IIS 7.5 und habe PHP(IIS FastCGI) installiert.

    Nun habe ich Wordpress installiert. Und wenn ich meine Web.config rein machen will wegen denn Permalinks sagt mir mein Server folgenden Fehler

    HTTP Error 500.19 - Internal Server Error

    The requested page cannot be accessed because the related configuration data for the page is invalid.
    Module
    IIS Web Core

    Notification
    Unknown

    Handler
    Not yet determined

    Error Code
    0x8007000d

    Config Error
     

    Config File
    \\?\C:\inetpub\wwwroot\blog.daniel-elskamp.de\web.config

    Config Source   

    -1:

    0:

    Und so sieht die web.config aus

    <?xml version="1.0" encoding="UTF-8"?>
    <configuration>
    <system.webServer>
      <rewrite>
        <rules>
          <rule name="Main Rule" stopProcessing="true">
            <match url=".*" />
            <conditions logicalGrouping="MatchAll">
              <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
              <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
            </conditions>
            <action type="Rewrite" url="index.php" />
          </rule>
        </rules>
      </rewrite>
    </system.webServer>
    </configuration>

    Wie kann ich diese Problem beheben.

    MFg

    Daniel Elskamp


    Samstag, 21. Februar 2015 19:04

Antworten

Alle Antworten