From f2740c2c81a2dc6b3a2b4dc3274e72e43385e897 Mon Sep 17 00:00:00 2001 From: Mike Alhayek Date: Sat, 19 Oct 2024 15:05:10 -0700 Subject: [PATCH] cleaner table --- src/docs/reference/modules/UrlRewriting/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/reference/modules/UrlRewriting/README.md b/src/docs/reference/modules/UrlRewriting/README.md index 35909c9316d..02562a3f1a4 100644 --- a/src/docs/reference/modules/UrlRewriting/README.md +++ b/src/docs/reference/modules/UrlRewriting/README.md @@ -6,9 +6,9 @@ Once enabled, you can manage your rewrite rules by navigating to **Configuration ## Available Rule Sources -| Rule Type | Description | Example | -|---------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------| -| **Redirect Rule** | The **Redirect Rule** is utilized to send users from one URL to another, which is particularly beneficial for maintaining SEO integrity when URLs change. | Permanently redirect users from `/about-us` to `/about`. | +| Rule Type | Description | Example | +|---------------|---------------|---------------| +| **Redirect Rule** | The **Redirect Rule** is utilized to send users from one URL to another, which is particularly beneficial for maintaining SEO integrity when URLs change. | Permanently redirect users from `/about-us` to `/about`. | | **Rewrite Rule** | The **Rewrite Rule** allows you to modify the incoming request URL without changing the URL displayed in the browser's address bar, aiding in content organization. | Change requests for media files from `/img/` to `/media/`. | ## Creating Additional Rule Sources