Extensionless files / apple site association blocked by umbraco
Hello,
I have uploaded the apple-app-site-association file on the root of my site which uses umbraco. I have tried adding the mime type for this extensionless file in the web.config, and also tried many other things to no success.
Any idea how I could make that file available on my site? Am hosting in Azure app service, but the problem is the same in IIS.
This is probably due to umbraco routing.
Create a folder on the root of your website with any name direct for example
Then in the web.config, look for the umbracoReservedPaths key under appSettings and add the directfolder to it. Umbraco will ignore any path you specify in this list.
Extensionless files / apple site association blocked by umbraco
Hello,
I have uploaded the apple-app-site-association file on the root of my site which uses umbraco. I have tried adding the mime type for this extensionless file in the web.config, and also tried many other things to no success.
Any idea how I could make that file available on my site? Am hosting in Azure app service, but the problem is the same in IIS.
Many thanks! Gerti
This is probably due to umbraco routing. Create a folder on the root of your website with any name
direct
for exampleThen in the web.config, look for the
umbracoReservedPaths
key underappSettings
and add thedirect
folder to it. Umbraco will ignore any path you specify in this list.is working on a reply...