Redirect my domain

matuscsak-tamas wrote on 3/6/2015, 12:40 AM

Hello!

I've a domain registered with Magix.

Now a new website was created at another provider, under a different domain name.

I cancelled my contract with Magix, but for the period until this domain will be shot down I'd like to have the visitors redirected to the new domain.

Naturally I could do it by placing an image with a link on the opening page, but I'd like to have a direct link, so by entering the old domain name (the one I have with Magix) automatically redirected to the new page, so the new project would be seen at first.

How is it possible to do?

Many thanks,

Tamas

Comments

johnebaker wrote on 3/6/2015, 8:01 AM

Hi

Using Notepad or Notepad++ copy and paste the code below

<html>

<header>

<meta http-equiv="refresh" content="0; url=http://destination.com/" />

</header>

<body>

</body>

</html>

Change the destination.com URL to wherever your new site is.

Save the file as index.htm and index.html   make sure the file extension is correct and not .txt

Upload both files to your old site.

When a browser hits the old site they will be redirected to the new site.

HTH

John

Last changed by johnebaker on 3/6/2015, 8:04 AM, changed a total of 3 times.

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.

johnebaker wrote on 3/7/2015, 3:59 AM

Hi Tamas

From your PM you should only have two HTML files called index.htm and index.html both containing just the code I posted below.

In the old website rename any original home page file to a different name.

Create the two files as below and place both of these in the same location as the original home page.

The reason I recommend using both index.htm and index.html is because some people actually type these directly into the browser as well as the website URL

HTH

John

Last changed by johnebaker on 3/7/2015, 3:59 AM, changed a total of 1 times.

VPX 16, Movie Studio 2025, and earlier versions 2015 and 2016, Music Maker Premium 2024.

PC - running Windows 11 23H2 Professional on Intel i7-8700K 3.2 GHz, 16GB RAM, RTX 2060 6GB 192-bit GDDR6, 1 x 1Tb Sabrent NVME SSD (OS and programs), 2 x 4TB (Data) internal HDD + 1TB internal SSD (Work disc), + 6 ext backup HDDs.

Laptop - Lenovo Legion 5i Phantom - running Windows 11 23H2 on Intel Core i7-10750H, 16GB DDR4-SDRAM, 512GB SSD, 43.9 cm screen Full HD 1920 x 1080, Intel UHD 630 iGPU and NVIDIA GeForce RTX 2060 (6GB GDDR6)

Sony FDR-AX53e Video camera, DJI Osmo Action 3 and Sony HDR-AS30V Sports cams.