11-16-2019, 03:39 PM
(This post was last modified: 11-16-2019, 03:46 PM by cprmlao@hotmail.com.)
Hi,
In IW wwwroot, I have a folder ".well-known" and a subfolder "acme-challenge".
Then I put a file to test("test.txt") at
In the Browser when I try access the file using:
http://127.0.0.1//.well-known/acme-challenge/test.txt
IW returns to browser an error "Resource not found".
If I get rid off the hyphen from "acme-challenge" and change to "acme_challenge".
And I use http://127.0.0.1//.well-known/acme_challenge/test.txt then IW find the fille and shows in the browser.
Is it a IW bug or am I doing something wrong?
In IW wwwroot, I have a folder ".well-known" and a subfolder "acme-challenge".
Then I put a file to test("test.txt") at
Code:
wwwroot/.well-known/acme-challenge/test.txt
In the Browser when I try access the file using:
http://127.0.0.1//.well-known/acme-challenge/test.txt
IW returns to browser an error "Resource not found".
If I get rid off the hyphen from "acme-challenge" and change to "acme_challenge".
And I use http://127.0.0.1//.well-known/acme_challenge/test.txt then IW find the fille and shows in the browser.
Is it a IW bug or am I doing something wrong?