• I am new in setting up wp. I am trying to setup wp on a Windows 2012 server with Web Server role and IIS 8 installed. While the wp installation ran smoothly, but I am unable to launch the wp webpage (https://localhost/wordpress/) with error below:

    HTTP Error 500.0 – Internal Server Error
    File monitoring is enabled for a file which could not be found

    Detailed Error Information:
    Module
    FastCgiModule
    Notification
    ExecuteRequestHandler
    Handler
    PHP54_via_FastCGI
    Error Code
    0x80070003
    Requested URL
    https://localhost:80/wordpress/index.php
    Physical Path
    C:\inetpub\wwwroot\wordpress\index.php

    Logon Method
    Anonymous
    Logon User
    Anonymous

    Maybe another component I have missed during the install??

Viewing 1 replies (of 1 total)
  • I understand that you have tried this address:
    https://localhost:80/wordpress/index.php

    Could you try these variations:

    https://localhost/wordpress/index.php
    https://localhost:80/index.php
    https://localhost/wordpress/index.php

    There is also a file “readme.html”, it can be accessed even if the php processing is broken, so please try:

    https://localhost:80/wordpress/readme.html
    https://localhost/wordpress/readme.html
    https://localhost:80/readme.html
    https://localhost/readme.html

    Otherwise my best suggestion is to abandon your broken setup, and start again with the AMPPS suite.

Viewing 1 replies (of 1 total)
  • The topic ‘Error 500.0 – Internal Server Error’ is closed to new replies.