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.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.
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.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.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.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.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.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.
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.From: “^/members/(.*)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 for any of your queries.
