View Full Version : Redirecting script?
inyiss
03-09-2005, 05:13 AM
Hi
Is there a scrips or something that I can use to redirect a site autimatically to a different address?
cr3ative
03-09-2005, 01:47 PM
You can use meta-tags. They work in most normal cases.
For example:
<html>
<head>
<title>Meta Redirect Code</title>
<meta http-equiv="refresh" content="5;url=http://www.google.com">
</head>
<body>
Your browser will be automatically redirected to the new site.
</body>
Redirects to google in 5 seconds.
cr3ative
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.