Hi
I'm having following filestructure
/site/wwwroot/.well-known/acme-challenge/<filename>.
/site/wwwroot/.well-known/acme-challenge/<filename>
These filenames all have the same structure, but the problem is, sometimes I'm getting following response: The resource you are looking for has been removed, had its name changed, or is temporarily unavailable..
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
How is this possible? There are links that work as well.
Kind regards
Kenny
Hi, What version of Kentico are you using? I assume it is some physical file outside of Kentico. In this case, have you added the path or the folder path to the Excluded URLs setting?
Hi Juraj
I'm using Kentico 9.0.50. I have /.well-known/ set into the folder path, not the child one.
Do you need further information?
Thanks, have you also the "runAllManagedModulesForAllRequests" in your web.config file?
<system.webServer> ... <modules runAllManagedModulesForAllRequests="true"> <remove name="WebDAVModule" /> <remove name="XHtmlModule" /> <remove name="CMSApplicationModule" /> ... </modules> ... </system.webServer>
Hi, I do not have this inserted, because my images woudn't load anymore from the blob storage...
The strange thing is the request was correct at the first 10 times, but afterwards, it didn't work anymore.
Hi, What is the blog storage setting? I assume you are running on Azure - are you using cloud services, VMs or web apps?
I'm using Azure Web Apps to run my application and my media is stored in the blob storage. It's the only thing I keep in there.
Please, sign in to be able to submit a new answer.