I've just upgraded my site to umbraco 4.5, and when entering "[websiteurl]/umbraco" into a browser i get the umbraco 'Page not found' error, whereas if i enter "[websiteurl]/umbraco/" (with the slash at the end being the only difference) it goes to the login page. Not a huge issue, but strange since i don't have this issue on my local machine (where i did a test upgrade first), only on the staging server it though it was quite strange.
Has anyone seen/heard of this before? Is it an IIS thing or to do with umbraco? Any help would be greatly appreciated.
Yes, this happens also in my current installation, which is based on Umbraco 4.5.
If you add a "/" after "umbraco", it works. I thought that was a problem with my own setup but at this point, it might even be a problem with the release 4.5...
/umbraco url not redirection to cms
I've just upgraded my site to umbraco 4.5, and when entering "[websiteurl]/umbraco" into a browser i get the umbraco 'Page not found' error, whereas if i enter "[websiteurl]/umbraco/" (with the slash at the end being the only difference) it goes to the login page. Not a huge issue, but strange since i don't have this issue on my local machine (where i did a test upgrade first), only on the staging server it though it was quite strange.
Has anyone seen/heard of this before? Is it an IIS thing or to do with umbraco? Any help would be greatly appreciated.
Cheers
Yes, this happens also in my current installation, which is based on Umbraco 4.5.
If you add a "/" after "umbraco", it works. I thought that was a problem with my own setup but at this point, it might even be a problem with the release 4.5...
Cheers,
Gianluca.
Have you found any sollution for this? Same for me, not a big issue but my clients are used to go to the "/umbraco" URL.
Yes I've also seen it.
I experienced the same on a freshly installed 4.0.4.2 running on IIS6 (Win server 2003).
Hi folks.
I still have the same problem. I am running umbraco 4.5.1.
I couldnt find the relative issue in codeplex, so I have created one.
Please visit http://umbraco.codeplex.com/workitem/28541 and vote for it.
Cheers,
Gianluca.
Solved this yesterday:
Edit web.config in the root.
Add "/umbraco" the the umbracoReservedUrls-setting and you're done.
is working on a reply...