If I have moved my site to a different server and I want any visitors to the old server to view a message and then get redirected automatically
I need a script that will automatically forward a user to the new web page.
Thanks
Quiztoon
If I have moved my site to a different server and I want any visitors to the old server to view a message and then get redirected automatically
I need a script that will automatically forward a user to the new web page.
Thanks
Quiztoon
It is better to use a server side script for that but, putting this in the head will work fairly well (note - not technically a script):
15 is the number of seconds before redirect. Be sure to include a link on this page to the new page for folks who's browsers don't work with the above meta tag. You could use a script but, non javascript enabled browsers wouldn't be redirected.Code:<META HTTP-EQUIV = "REFRESH" CONTENT = "15; URL=http://www.some.com/new.htm">
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
Nothing so grandiose. See a recent thread on server-side redirects. Though geared towards Apache and Apache-like servers, it will apply in other forms to other server software, too.Originally Posted by jscheuer1
Mike
Bookmarks