Redirect an old page to a new page on a specific website
Author: ivan B.
Visited 1158,
Followers 1,
Shared 0
Hi!
I used to sent to my customers link to "page1" on my website. And now I created the new page on my website call it "page2". In website x5 evo "page1" doesn't exist, but on the server there is both page1 and page2. I just want to all my customers who have old link to "page1" redirect to new "page2".
Is it possible to do that?
I hope I was clear enough
Tnx
Posted on the
You can use the redirect meta tag: <metahttp-equiv="refresh"content="0; URL=https://www.tonewpage.html/" />
The "refresh"content="0; could be set to another value if you want the user to stay on the page a while.
The URL=https:// tell where to redirect to.
It should be set in the expert-section for the page and before closing the head tag.
It has possible no impact, but Google is not happy about redirections.
There are other ways, but this is by far the easiest way to do it.
Take a look here: https://www.w3docs.com/snippets/html/how-to-redirect-a-web-page-in-html.html
Or here: https://www.bitdegree.org/learn/html-redirect
Or here: https://blog.hubspot.com/website/html-redirect
Or here (different methods): https://www.w3schools.com/howto/howto_js_redirect_webpage.asp
... hi ivan B., (It > En) ...You would always use the same name first and you would have no problems...
... anyway, if you are interested in using the middle name:
1) ... post what exactly is the name and extension of the old page; for example. if it is in root:
page1.html
2) ... post what exactly is the name and extension of the new page; for example. if it is in root:
page2.html
...
... then I'll give you a simple page for the redirect and the process ...
.
Hello, ciao
.