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
i need access to the admin page specific IP Address. example, 1.11.0.0/20
I wrote
<rewrite> <rules> <rule name="Admin" enabled="true" stopProcessing="true"> <match url="^umbraco($|/(?!surface))" /> <conditions logicalGrouping="MatchAll"> <add input="{REMOTE_ADDR}" pattern="^1\.11\.0\.0/20$" negate="true" /> </conditions> <action type="Redirect" url="/NotAccess.html" /> </rule> </rules> </rewrite>
but do not work, as properly can be written to work?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Web.config rule ip
i need access to the admin page specific IP Address. example, 1.11.0.0/20
I wrote
but do not work, as properly can be written to work?
is working on a reply...