Skip to content

Commit 9202066

Browse files
eshanrnhsofietoft
andauthored
Update 15/umbraco-cms/reference/routing/iisrewriterules.md
Co-authored-by: sofietoft <[email protected]>
1 parent b733562 commit 9202066

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

15/umbraco-cms/reference/routing/iisrewriterules.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ If you need to handle a lot of static rewrites, consider using rewrite maps: [Ru
9999

100100
### Example: Remove a Trailing Slash
101101

102-
To remove a trailing slash from the URL (ensure Umbraco does not add a trailing slash by setting `AddTrailingSlash` to `false` in your [RequestHandler settings](../configuration/requesthandlersettings.md)):
102+
The following rule removes any trailing slashes from the URL.
103+
104+
Ensure Umbraco does not add a trailing slash by setting `AddTrailingSlash` to `false` in your [RequestHandler settings](../configuration/requesthandlersettings.md).
103105

104106
```xml
105107
<rule name="Remove trailing slash" stopProcessing="true">

0 commit comments

Comments
 (0)