Steven's Notebook

Look Ma - No Hands!

HTTP Redirect

For refererence, as we keep needing to do this and forgetting how… here’s the “HTML” for a client-side page redirect (change all the square brackets to angle brackets, of course): [meta http-equiv="refresh" content="seconds;url=url"] in the [head] section. Sample:

[DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN"]

[head]
[title]Jumping to new page[/title]
[meta http-equiv="refresh" content="2;url=http://my.new.home/somewhere.html"]
[/head]
[body]
...
Steven's Notebook © 2000-2018 Frontier Theme