Temporarily redirect the homepage to another page

Hi

I want to temporarily redirect the homepage to an internal page on my site. Should I do that through the robots.txt file or some other way?

Many thanks for any help.

Graham

You can add a meta custom code to the HEAD custom code section of the home page, and set the URL of it appropriately:

<meta http-equiv="refresh" content="0;URL='http://thetudors.example.com/'" />

Or you can turn your new page into the home page in its settings, temporarily.

2 Likes

Thanks Vincent, I’ll try your first suggestion

1 Like