This question has been flagged

I want the web visitor to be redirected from a specific page on my website to my website's front page after a certain amount of time. As I'm no web developer, I simply added this code in the <head> tag using the HTML editor:

<meta http-equiv="refresh" content="60; url=http://www.mywebsite.com/" />

This worked well enough, however I can't figure out how to limit this redirect to one page. Specifically, only one page should redirect to the front page, the other pages should not redirect. Is this possible?

Avatar
Discard