Skip to content

Commit b733562

Browse files
committed
Fixed formatting
1 parent 47f717f commit b733562

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,15 @@ For more details and other examples, take a look at the [URL Rewriting Middlewar
8686
Below are some handy IIS Rewrite Rules you can use in your projects:
8787

8888
* **10 Handy IIS Rewrite Rules**
89+
8990
A great resource showcasing 10 practical IIS Rewrite rules: [URL rewriting tips and tricks](https://ruslany.net/2009/04/10-url-rewriting-tips-and-tricks/)
9091

9192
* **Examples of IIS Rewrite Rules**
93+
9294
Another useful collection of IIS rewrite rule examples: [Some useful IIS rewrite rules](https://odetocode.com/blogs/scott/archive/2014/03/27/some-useful-iis-rewrite-rules.aspx)
9395

9496
* **Static Rewrites Using Rewrite Maps**
97+
9598
If you need to handle a lot of static rewrites, consider using rewrite maps: [Rule with rewrite map rule template](https://www.iis.net/learn/extensions/url-rewrite-module/rule-with-rewrite-map-rule-template)
9699

97100
### Example: Remove a Trailing Slash
@@ -184,6 +187,6 @@ An example configuration to help ensure your custom rules integrate properly:
184187
</configuration>
185188
```
186189

187-
{% hint style="warning" %}
190+
{% hint style="info" %}
188191
If you use **Umbraco Cloud**, check the [Rewrite Rules](https://docs.umbraco.com/umbraco-cloud/set-up/project-settings/manage-hostnames/rewrites-on-cloud) article.
189192
{% endhint %}

0 commit comments

Comments
 (0)