> ## Documentation Index
> Fetch the complete documentation index at: https://docs.oriv.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# How To Set Up Redirection In ORIV

> Set up redirection smoothly with ORIV&#8217;s easy setup. Keep your site&#8217;s traffic flowing, even during changes. Learn more now!

Setting up redirects helps manage site changes efficiently by directing old URLs to new ones, maintaining SEO ranking, and ensuring a seamless user experience. Redirects also preserve backlinks, preventing broken links, and guiding visitors to relevant content.

With [**ORIV**](https://oriv.cloud/), you can set up redirection for your website and forward traffic from one URL to another URL. This prevents traffic loss and site downtime if you move your business to a new website or particular page to a new permalink/slug. Follow this step-by-step guide below to learn how to set up redirection in ORIV.

📢 *ORIV has moved the Redirection feature under the new Site Rules system. You can no longer create or manage redirects using the previous method. Existing redirects will continue to work without interruption.We recommend configuring all new redirection rules through Site Insights → Site Rules, where you can manage redirects in a more unified and flexible way alongside other site-level rules.*

**Read this documentation for more details:**

**👉 [How To Create And Manage Site Rules With ORIV?](https://oriv.cloud/docs/how-to-create-and-manage-site-rules/)**

## **Set Up Redirection In ORIV**

ORIV offers **two redirect types**: 301 and 302. A 301 redirect is permanent, informing search engines to update their indexes, but a 302 redirect is temporary, suggesting that content may return to its original URL later.

### **Step 1: Access Your Site In ORIV**

Log in to ORIV and click on your site, where you want to set up redirection, from the ‘**Sites**’ tab.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Navigate to the ‘**Domain –> Redirection**’ tab from the left panel.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

### **Step 2: Set Up Redirection For Your Site**

On the ‘**Redirection**’ tab, you will see your domain name by default. Now, select your Redirect Type (**301 or 302**), and input ‘**From URL**’ and ‘**To URL**’.

Select 301 as ‘**Redirect Type**’ if you want to forward the old URL to a new one. For example, your website has a career page where you want to post jobs. Previously the URL for the career page was (Sample URL: ***yourownwebsite.com/career***). Now, you have changed the career page URL to a new one which is (Sample URL: ***yourownwebsite.com/jobs***).

You want to no longer use the URL with ‘**career’ as the slug**. But all of the visitors of your website might not know yet that you have changed the career page to a new URL with the slug **‘jobs’**. If you do not use a 301-type redirect, you might lose some potential traffic to your website.

To use a 301 redirect type, select the **Redirect Type as 301,** set the From URL as “***/career”,*** and the To URL as “***/jobs**\*\*”.* Then, hit the ‘**Add Redirection**’ button. This will redirect the old URL visitors to the new URL.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Also, you can choose to use the ‘**302 – Temporary**’ redirect type for a temporary use, which you may change later. For example, your business often offers deals and special discounts on particular occasions, such as Black Friday. In that season, you may want to use a temporary 302 redirect, so all of the visitors are automatically redirected to the ‘Black Friday’ deals page when they are attempting to visit the ‘offers’ page. After the deal ends, you would want to change the redirection and deactivate the ‘Black Friday’ page.

In that case, choose 302 redirects, set the From URL as ‘**/offer**’ and the To URL as ***“/blackfriday***”. Once done, hit the ‘**Add Redirection**’ button.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Your redirects will be added instantly. You can add multiple redirects for a single domain. All of the redirects will be listed as shown below.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

If you want to edit or delete a redirect, simply use the ‘**Edit**’ or ‘**Delete**’ button near to the ‘Action’ column. If you want to attempt to delete a redirect, you will get a warning message.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

However, you can also choose to update your redirects. Once done, hit the ‘**Update**’ button.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

Once you are done with the redirection process, you need to keep in mind that when you are searching with the **URL**, you can not add the first **‘/’** before the URL’s start, rather you have to add it at the end of the URL. Otherwise, the redirection URL will not work.

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

### **Redirect Regular Expressions**

A regular expression (regex) in redirection matches multiple URLs and extracts information from the source to copy into the target URL.

You can also add regular expressions for redirection rules in ORIV. Here is an example:

> \[!NOTE]
> Precisa de ajuda visual para esta etapa? Entre em contato com o nosso suporte em **[support@oriv.cloud](mailto:support@oriv.cloud)**.

From: “^/members/(.\*)$”  
To: “/$1”

This regex rule redirects URLs like “clickfordiscount.com/members/somepage” to “clickfordiscount.com/somepage” by capturing the portion after “/members/” and appending it to the target URL. In regex, “.” denotes any character, and “\*” indicates any number of occurrences of the preceding expression. In the redirection rule, “\$1” captures the text matched by “(.\*)” in the regex pattern, representing the first captured group to be used in the target URL.

That’s how easily you can set up redirection in ORIV.

Still stuck? Contact our [**support team**](https://oriv.cloud/support/) for any of your queries.
