---
title: "Redirecting domain using URL records"
canonical_url: "https://www.zone.lv/help/kb/redirecting-domain-using-url-records/"
post_type: "ht_kb"
published: "2021-05-04T06:31:56+00:00"
modified: "2025-01-10T09:12:46+00:00"
language: "en"
author: "Ardi Jürgens"
taxonomies:
  ht_kb_category:
    - name: "Nameserver"
      url: "https://www.zone.lv/help/kb-categories/nameserver/"
    - name: "Technical (Nameservers, DNS-records, etc)"
      url: "https://www.zone.lv/help/kb-categories/domain-technical-info/"
  ht_kb_tag:
    - name: "301"
      url: "https://www.zone.lv/help/kb-tags/301/"
    - name: "301 redirect"
      url: "https://www.zone.lv/help/kb-tags/301-redirect/"
    - name: "302"
      url: "https://www.zone.lv/help/kb-tags/302/"
    - name: "302 redirect"
      url: "https://www.zone.lv/help/kb-tags/302-redirect/"
    - name: "DNS"
      url: "https://www.zone.lv/help/kb-tags/dns-en/"
    - name: "redirect"
      url: "https://www.zone.lv/help/kb-tags/redirect/"
    - name: "redirection"
      url: "https://www.zone.lv/help/kb-tags/redirection/"
    - name: "URL"
      url: "https://www.zone.lv/help/kb-tags/url-en/"
    - name: "url records"
      url: "https://www.zone.lv/help/kb-tags/url-records/"
---

# Redirecting domain using URL records

URL records allow you to redirect your domain to another address (e.g, a Facebook page). A URL record can be added to all domains registered at Zone and using our DNS servers.
You don’t need to order a Web hosting service to use this redirect option.

## Adding a record

In order to add a record, log in to `<a href="https://my.zone.lv/en/zid/server/auth?" rel="noopener" target="_blank">My Zone</a>` control panel and click on the desired domain name from `Services overview` window.

[![](https://www.zone.lv/static/sites/5/Domeenid_Teenuste_ylevaade_ENG.png)](https://www.zone.lv/help/en/kb/redirecting-domain-using-url-records/domeenid_teenuste_ylevaade_eng/)

Then click on `DNS records` from the menu on the left

[![](https://www.zone.lv/static/sites/5/Domeeni_DNS_URL_kirje_ENG.png)](https://www.zone.lv/help/en/kb/redirecting-domain-using-url-records/domeeni_dns_url_kirje_eng/)

 Attention! Before adding an **URL record**, corresponding **A record** and **WWW.** **CNAME** **record** must be **DELETED!**

To add the URL record, click on the blue `Add record` button and fill out the values.

[![](https://www.zone.lv/static/sites/5/Domeeni_URL_kirje_lisa_ENG.png)](https://www.zone.lv/help/en/kb/redirecting-domain-using-url-records/domeeni_url_kirje_lisa_eng/)

There are two types of redirection. A `301` redirect is a permanent redirect. It is used when one page completely and permanently redirects to another address. A `302` redirect is a temporary redirect.

If you want to redirect the `www` subdomain, then in the `Host` field enter www. It is advisable to always add two entries, with www and without www (leave the Host field blank).

[![](https://www.zone.lv/static/sites/5/Domeeni_URL_kirje_lisa_WWW_ENG.png)](https://www.zone.lv/help/en/kb/redirecting-domain-using-url-records/domeeni_url_kirje_lisa_www_eng/)

In the `URL` field, enter the full address, where you want to redirect your domain, e.g.: `https://www.zone.lv/`

Click `Add record` to save the added records.

The change will take effect when the DNS records are propagated in about one hour.

## Deleting records

You can delete records by clicking on the garbage bin icon behind them.

## Notes

- The URL record redirects both HTTP and HTTPS requests. In the case of HTTPS requests, a Let’s Encrypt certificate is automatically activated.
- Technically, URL record doesn’t exists on the name server. In the background, an A-record with an IP address of `217.146.70.51` is added to the DNS zone, where the Zone redirection service is located, which redirects the request with the correct code to the correct address.
