Skip to content

Commit 4d4e34c

Browse files
authored
Merge pull request #6558 from blastedfury/main
Update rewrites-on-cloud.md
2 parents 2d5a359 + 336c215 commit 4d4e34c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ For example, the following rule will redirect all requests for `https://example.
9090
<add input="{REQUEST_FILENAME}" negate="true" matchType="IsDirectory" />
9191
<add input="{REQUEST_FILENAME}" negate="true" matchType="IsFile" />
9292
<add input="{REQUEST_FILENAME}" negate="true" pattern="(.*?)\.[a-zA-Z0-9]{1,4}$" />
93+
<add input="{REQUEST_URI}" pattern="^/umbidlocallogin" negate="true" />
9394
<add input="{REQUEST_URI}" negate="true" pattern="^/umbraco" />
9495
<add input="{REQUEST_URI}" negate="true" pattern="^/DependencyHandler.axd" />
9596
<add input="{REQUEST_URI}" negate="true" pattern="^/App_Plugins/" />

0 commit comments

Comments
 (0)