WWW Redirect
WWW-level redirection redirects the user’s browser from one address on the browser’s address bar to another address. For example, if a user writes https://www.omadomain.fi in the browser’s address bar, the browser is automatically redirected to https://www.redirecthere.fi. Technically, the redirection is implemented when the server returns HTTP header information (HTTP-headers):
HTTP/1.1 301 Moved Permanently
Location: https://www.redirecthere.fi
On Oma Avaruus customer page, you can make a redirection to the WWW address easily with the following steps:
- Log in to the Oma Avaruus control panel at https://oma.avaruus.net
- Go from the left-hand main menu to the Settings -> Pages section.
- Click on the Edit button next to the desired address.
- Activate the redirection by checking the box next to Automatic Redirection. Choose either Permanent Redirection (301) or Temporary Redirection (302). Enter the URL (address) field completely (including the https://-prefix) of the desired address to which the user will be redirected.
- Save the redirection setting by pressing OK.
Note! If you need to make DNS-level redirections (e.g., to a third-party IP address or server), changes to the domain’s DNS zone file are made by modifying the zone record.
Updated on: 15/06/2025
Thank you!