The resource you are looking for has been removed, had its name changed, or is temporarily unavailab

Kenny Deblaere asked on April 26, 2017 08:31

Hi

I'm having following filestructure

/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..

How is this possible? There are links that work as well.

Kind regards

Kenny

Recent Answers


Juraj Ondrus answered on April 26, 2017 13:19

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?

0 votesVote for this answer Mark as a Correct answer

Kenny Deblaere answered on April 26, 2017 13:22

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?

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on April 26, 2017 13:26

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>
0 votesVote for this answer Mark as a Correct answer

Kenny Deblaere answered on April 26, 2017 13:51

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.

0 votesVote for this answer Mark as a Correct answer

Juraj Ondrus answered on May 2, 2017 20:58

Hi,
What is the blog storage setting? I assume you are running on Azure - are you using cloud services, VMs or web apps?

0 votesVote for this answer Mark as a Correct answer

Kenny Deblaere answered on May 3, 2017 08:13

Hi Juraj

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.

Kind regards

Kenny

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.