I'm trying to create a custom static page on a domain that has a Umbraco site, something like -
www.myumbracosite.com/test/test.txt
After Googling it seems umbracoReservedPaths in Web.config is the property I want update - https://our.umbraco.org/Documentation/Reference/Config/webconfig/ - however after updating to
<add key="umbracoReservedPaths" value="~/umbraco,~/install/,~/test/" />
I get the following -
Page not found
No umbraco document matches the url '/login.aspx?ReturnUrl=%2ftest%2ftest.txt'.
This page can be replaced with a custom 404. Check the documentation for "custom 404".