Copied to clipboard

Flag this post as spam?

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


  • Andy 8 posts 28 karma points
    Aug 27, 2014 @ 21:59
    Andy
    0

    Pages not loading without .aspx extension

    Hi
    Bit of a weird one with no doubt a simple solution (I hope)
    I have recently begun transferring my local umbraco site to a live development server. Once it is on the server however the web pages will return a 404 if the .aspx extension is not supplied. I would obviously imagine this a server issue, but I have next to no familiarity with the server and would appreciate if anyone could advise me on how to solve this silly little glitch or point me in the right direction! 

    Thanks all!

    Andy

  • Dennis Aaen 4499 posts 18254 karma points admin hq c-trib
    Aug 27, 2014 @ 23:01
    Dennis Aaen
    0

    Hi Andy,

    It seems that Karla has experienced the same thing as you, and she was able to solve the issue by removing this line from the web config file, maybe you could try the same and see if it helps, or in first place just try to set the value to false. Like this:

    <add key="umbracoUseDirectoryUrls" value="false" />

    http://our.umbraco.org/forum/core/general/41125-Dropping-aspx-from-our-url-returns-404-Error

    Hope this can help you in the right direction,

    /Dennis

  • Andy 8 posts 28 karma points
    Aug 28, 2014 @ 12:43
    Andy
    0

    Ah perfect!

    Thanks Dennis, you've saved me probably a day of fumbling about trying to find this solution, I knew it would be simple enough ;)

Please Sign in or register to post replies

Write your reply to:

Draft