Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Muhammad Adeel 19 posts 109 karma points
    Apr 13, 2016 @ 10:34
    Muhammad Adeel
    0

    Umbraco installation gives http 404 error

    i am getting this error after installing umbraco 7.4.2 on windows server 2012 R2. I am doing it using mannual installation. butwhen i browse the site it goes to This Link but obviously install folder is not there as it is not included in this release. what i am doing wrong ?

    HTTP Error 404.0 - Not Found The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.

    Most likely causes: The directory or file specified does not exist on the Web server. The URL contains a typographical error. A custom filter or module, such as URLScan, restricts access to the file.

    Things you can try: Create the content on the Web server. Review the browser URL. Create a tracing rule to track failed requests for this HTTP status code and see which module is calling SetStatus. For more information about creating a tracing rule for failed requests, click here.

    Detailed Error Information: Module IIS Web Core Notification
    MapRequestHandler Handler StaticFile Error Code 0x80070002 Requested URL
    http://localhost:80/install/?redir=true&url=http%3a%2f%2flocalhost%2f Physical Path C:\inetpub\wwwroot\install\ Logon Method Anonymous Logon User Anonymous

    More Information: This error means that the file or directory does not exist on the server. Create the file or directory and try the request again.

  • Steve Morgan 1346 posts 4453 karma points c-trib
    Apr 13, 2016 @ 10:43
    Steve Morgan
    100

    Sounds like IIS redirection module is not installed on the server.

    Go to add remove Windows Features and ensure you have the Web Server -> Common HTTP Features -> HTTP Redirection module installed.

    Also check you have .NET installed correctly.

  • Muhammad Adeel 19 posts 109 karma points
    Apr 13, 2016 @ 11:00
    Muhammad Adeel
    0

    Hi, i had common http features installed but i dont have asp.net installed in Web server... so installed 4.5 it with its extentions and website started installing umbraco. Thanks mate.

  • Steve Morgan 1346 posts 4453 karma points c-trib
    Apr 13, 2016 @ 12:45
    Steve Morgan
    0

    No problem! Happy to help!

    Steve

Please Sign in or register to post replies

Write your reply to:

Draft