404 errors on image in /images folder - Umbraco 4.7
I've got a folder called /images where i need to place some none cms managed images, however I keep getting umbraco thrown 404 errors (i.e. Umbraco thinks the image is a page) when trying to access it.
Using Umbraco 4.7
Page not found
No umbraco document matches the url 'http://mayfly.local/login.aspx?ReturnUrl=/images/logo.png'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "login"] | /root/*/* [@urlName = "login"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
404 errors on image in /images folder - Umbraco 4.7
I've got a folder called /images where i need to place some none cms managed images, however I keep getting umbraco thrown 404 errors (i.e. Umbraco thinks the image is a page) when trying to access it.
Using Umbraco 4.7
Page not found
No umbraco document matches the url 'http://mayfly.local/login.aspx?ReturnUrl=/images/logo.png'
umbraco tried this to match it using this xpath query'/root/* [@urlName = "login"] | /root/*/* [@urlName = "login"]')
This page can be replaced with a custom 404 page by adding the id of the umbraco document to show as 404 page in the /config/umbracoSettings.config file. Just add the id to the '/settings/content/errors/error404' element.
For more information, visit information about custom 404 on the umbraco website.
is working on a reply...