Skip to content

Commit

Permalink
cleaner table
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeAlhayek committed Oct 19, 2024
1 parent 9c88223 commit f2740c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/docs/reference/modules/UrlRewriting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2740c2

Please sign in to comment.