[GH-ISSUE #48] IIS rewrite url is not work #34

Closed
opened 2026-02-26 21:31:22 +03:00 by kerem · 2 comments
Owner

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.

1

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. ![1](https://user-images.githubusercontent.com/7630189/86521118-4d80b680-be55-11ea-86e3-e9aa1da23c39.JPG)
kerem closed this issue 2026-02-26 21:31:23 +03:00
Author
Owner

@ridercz commented on GitHub (Jul 4, 2020):

It does not work, because you setup it wrong.

The challenge is generated into C:\Inetpub\wwwroot\AutoAcme and you're rewriting to C:\Inetpub\wwwroot\something\AutoAcme, the folder where AutoACME is installed.

This is wrong on several levels:

  1. You want the rewrite to the folder where you generate the challenge.
  2. You don't want the AutoACME folder to be publicly accessible via web.
<!-- gh-comment-id:653815488 --> @ridercz commented on GitHub (Jul 4, 2020): It does not work, because you setup it wrong. The challenge is generated into `C:\Inetpub\wwwroot\AutoAcme` and you're rewriting to `C:\Inetpub\wwwroot\something\AutoAcme`, the folder where AutoACME is installed. This is wrong on several levels: 1. You want the rewrite to the folder where you generate the challenge. 2. You don't want the AutoACME folder to be publicly accessible via web.
Author
Owner

@mk148a commented on GitHub (Jul 4, 2020):

ohh thank you!

<!-- gh-comment-id:653815581 --> @mk148a commented on GitHub (Jul 4, 2020): ohh thank you!
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/AutoACME#34
No description provided.