mirror of
https://github.com/ridercz/AutoACME.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #48] IIS rewrite url is not work #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AutoACME#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mk148a on GitHub (Jul 4, 2020).
Original GitHub issue: https://github.com/ridercz/AutoACME/issues/48
Hi there,
I am following the instructions:https://github.com/ridercz/AutoACME/wiki/Getting-started-with-AutoAcme
the iis rewrite url rule is not work perfectly, but autoacme is not create file, its reason for 404 i think.
@ridercz commented on GitHub (Jul 4, 2020):
It does not work, because you setup it wrong.
The challenge is generated into
C:\Inetpub\wwwroot\AutoAcmeand you're rewriting toC:\Inetpub\wwwroot\something\AutoAcme, the folder where AutoACME is installed.This is wrong on several levels:
@mk148a commented on GitHub (Jul 4, 2020):
ohh thank you!