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!
It seems that Karla has experienced the same thingasyou, 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:
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
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
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 ;)
is working on a reply...