> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://help.dorik.com/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# 301 and 302 Redirection


# Getting Started

**Redirect URLs** come in handy if you want to change an **original path** of an URL to a **different URL.** It can be done through some simple steps. There are four types of redirect URLs

- 301 (Moved Permanently)
- 302 (Temporary Redirect)
- 307 (Temporary Redirect)
- 308 (Moved Permanently)

||| 💡 ⚠️ In this article, we will only cover **301** and **302** redirects.
---

# How to add redirect URL

To create a redirect URL, follow the steps given below:

- Click on the `Advanced Configurations` labeled 🛠️ icon.
- Go to the `URL Redirect` from the **Advanced Configurations** panel.
- To add a new redirect URL, click on `+ Add`
- From that modal, fillup all the functionality of each input field.
- Click `Save` button

**Here is a step-by-step guide through visualization:**

1. Click on the `Advanced Configurations` labeled 🛠️ icon from the left panel of the site dashboard.

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/image_8rxul7.png)

2. Go to the `URL Redirect` from the **Advanced Configuration**s panel.

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/image_8eu4i3.png)

3. To add a new redirect URL, click the `+ Add` button in the top right corner of the site dashboard.

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/image_xlt9ip.png)

4. Or, to upload them from a file on your computer, click on the Upload button. [Here](https://s.10m.io/v/VbrAcIfaM1Qsuvx9o3MJ) is an example CSV Format.


![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/image_166udn8.png)

5. Upon clicking the `+ Add` button, this pop-up appears, refer to the list below the screenshot to learn more

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/image_19aduxe.png)

1️⃣  **Original URL** : Paste the link of your original URL here.

2️⃣  **Destination URL** : Paste the link to your destination URL here.

3️⃣  **Redirect Type** : Choose the type of redirect you prefer.
---

||| 💡 ⚠️ Remember only to remove the domain name while adding your URL path. **Refer to the picture and GIF below** ⬇️

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/image_gmf7io.png)

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/screen-recording-2022-08-22-at_944qyr.gif)
---

# Add 301 Redirect URL

Use **301 Redirect URL** if you want the redirect to be permanent. Follow the steps in the GIF below to proceed:

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/screen-recording-2022-08-22-at_9y8udx.gif)
---

# Add 302 Redirect URL

Use **302 Redirect URL** if you want the redirect to be only temporary. Follow the steps in the GIF below to proceed:

![](https://storage.crisp.chat/users/helpdesk/website/cf1fc9cc00911000/screen-recording-2022-08-22-at_10snmnm.gif)
---
---

# Related articles

📌 [SEO in Blog Posts](/en/article/seo-in-blog-posts-1er0u92/)

📌 [307 and 308 Redirection](/en/article/307-and-308-redirection-188ic7a/)