Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi all.
Can anyone convert this, no https rewrite rule so it works in urlrewritingnet.config for lets encrypt?
<rule name="Allow SSL renewal" patternSyntax="Wildcard" stopProcessing="true"> <match url=".well-known/*" /> <action type="None" /> </rule>
Into
<?xml version="1.0" encoding="utf-8"?> <urlrewritingnet xmlns="http://www.urlrewriting.net/schemas/config/2006/07"> <rewrites> <!-- Into here --> <add name="https Rewrite" virtualUrl="http://(.*)" destinationUrl="https://$1" redirect="Domain" redirectMode="Permanent" ignoreCase="true" /> </rewrites> </urlrewritingnet>
We still got alot of old sites using the urlrewritingnet.config and if anyone can make this happen, we will safe alot of time, from converting all sites to use the rewrite module in the web.config.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
lets encrypt rewrite rule for urlrewritingnet
Hi all.
Can anyone convert this, no https rewrite rule so it works in urlrewritingnet.config for lets encrypt?
Into
We still got alot of old sites using the urlrewritingnet.config and if anyone can make this happen, we will safe alot of time, from converting all sites to use the rewrite module in the web.config.
is working on a reply...