PC Review


Reply
Thread Tools Rate Thread

automatically forward/redirect

 
 
Jeff Foster, MCSA
Guest
Posts: n/a
 
      25th Sep 2003
Is there a way, in Frontpage, to set a webpage to automatically forward or
redirect someone to another page.

Thanks,
Jeff


 
Reply With Quote
 
 
 
 
Jim Buyens
Guest
Posts: n/a
 
      25th Sep 2003
>-----Original Message-----
>Is there a way, in Frontpage, to set a webpage to
>automatically forward or redirect someone to another page.


Yes. Add a tag like this to the <head> section:

<meta http-equiv="refresh" content="5; url=boingo.htm">

where 5 is the number of seconds to delay and boingo.htm
is the Web page you want to display.

BTW, don't specify a delay of 0. This interferes with
normal use of the Back button. (Visitor clicks
Back, "refresh" meta tag instantly sends visitor forward).

It's also a good idea to place a "This page has moved,
please click here," link in the <body> section. This helps
search engines and normal visitors as well.

Jim Buyens
Microsoft FrontPage MVP
(E-Mail Removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*

 
Reply With Quote
 
Jeff Foster, MCSA
Guest
Posts: n/a
 
      26th Sep 2003
Thanks. That's exactly what I'm looking for. I'll try that out as soon as
I get the chance.
--
Jeff Foster, MCSA


"Jim Buyens" <(E-Mail Removed)> wrote in message
news:215601c383ad$485819a0$(E-Mail Removed)...
> >-----Original Message-----
> >Is there a way, in Frontpage, to set a webpage to
> >automatically forward or redirect someone to another page.

>
> Yes. Add a tag like this to the <head> section:
>
> <meta http-equiv="refresh" content="5; url=boingo.htm">
>
> where 5 is the number of seconds to delay and boingo.htm
> is the Web page you want to display.
>
> BTW, don't specify a delay of 0. This interferes with
> normal use of the Back button. (Visitor clicks
> Back, "refresh" meta tag instantly sends visitor forward).
>
> It's also a good idea to place a "This page has moved,
> please click here," link in the <body> section. This helps
> search engines and normal visitors as well.
>
> Jim Buyens
> Microsoft FrontPage MVP
> (E-Mail Removed)
> http://www.interlacken.com
> Author of:
> *------------------------------------------------------*
> |\----------------------------------------------------/|
> || Microsoft Office FrontPage 2003 Inside Out ||
> || Microsoft FrontPage Version 2002 Inside Out ||
> || Web Database Development Step by Step .NET Edition ||
> || Troubleshooting Microsoft FrontPage 2002 ||
> || Faster Smarter Beginning Programming ||
> || (All from Microsoft Press) ||
> |/----------------------------------------------------\|
> *------------------------------------------------------*
>



 
Reply With Quote
 
Tim A
Guest
Posts: n/a
 
      26th Sep 2003
Would this be used in lieu of setting up domain forwarding with the company
I register the domain through? They want to charge me $40 a year to forward
a new domain name to my existing domain. Would this do the same trick?

Tim


"Jeff Foster, MCSA" <jfoster79@NOSPAM_hotmail.com> wrote in message
news:uA$(E-Mail Removed)...
> Thanks. That's exactly what I'm looking for. I'll try that out as soon

as
> I get the chance.
> --
> Jeff Foster, MCSA
>
>
> "Jim Buyens" <(E-Mail Removed)> wrote in message
> news:215601c383ad$485819a0$(E-Mail Removed)...
> > >-----Original Message-----
> > >Is there a way, in Frontpage, to set a webpage to
> > >automatically forward or redirect someone to another page.

> >
> > Yes. Add a tag like this to the <head> section:
> >
> > <meta http-equiv="refresh" content="5; url=boingo.htm">
> >
> > where 5 is the number of seconds to delay and boingo.htm
> > is the Web page you want to display.
> >
> > BTW, don't specify a delay of 0. This interferes with
> > normal use of the Back button. (Visitor clicks
> > Back, "refresh" meta tag instantly sends visitor forward).
> >
> > It's also a good idea to place a "This page has moved,
> > please click here," link in the <body> section. This helps
> > search engines and normal visitors as well.
> >
> > Jim Buyens
> > Microsoft FrontPage MVP
> > (E-Mail Removed)
> > http://www.interlacken.com
> > Author of:
> > *------------------------------------------------------*
> > |\----------------------------------------------------/|
> > || Microsoft Office FrontPage 2003 Inside Out ||
> > || Microsoft FrontPage Version 2002 Inside Out ||
> > || Web Database Development Step by Step .NET Edition ||
> > || Troubleshooting Microsoft FrontPage 2002 ||
> > || Faster Smarter Beginning Programming ||
> > || (All from Microsoft Press) ||
> > |/----------------------------------------------------\|
> > *------------------------------------------------------*
> >

>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      26th Sep 2003
Suggest you contact your current web host and see if you can add the domain
to your current account, instead of having to forward it.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Tim A" <(E-Mail Removed)> wrote in message
news:2o1db.26$(E-Mail Removed)...
> Would this be used in lieu of setting up domain forwarding with the

company
> I register the domain through? They want to charge me $40 a year to

forward
> a new domain name to my existing domain. Would this do the same trick?
>
> Tim
>
>
> "Jeff Foster, MCSA" <jfoster79@NOSPAM_hotmail.com> wrote in message
> news:uA$(E-Mail Removed)...
> > Thanks. That's exactly what I'm looking for. I'll try that out as soon

> as
> > I get the chance.
> > --
> > Jeff Foster, MCSA
> >
> >
> > "Jim Buyens" <(E-Mail Removed)> wrote in message
> > news:215601c383ad$485819a0$(E-Mail Removed)...
> > > >-----Original Message-----
> > > >Is there a way, in Frontpage, to set a webpage to
> > > >automatically forward or redirect someone to another page.
> > >
> > > Yes. Add a tag like this to the <head> section:
> > >
> > > <meta http-equiv="refresh" content="5; url=boingo.htm">
> > >
> > > where 5 is the number of seconds to delay and boingo.htm
> > > is the Web page you want to display.
> > >
> > > BTW, don't specify a delay of 0. This interferes with
> > > normal use of the Back button. (Visitor clicks
> > > Back, "refresh" meta tag instantly sends visitor forward).
> > >
> > > It's also a good idea to place a "This page has moved,
> > > please click here," link in the <body> section. This helps
> > > search engines and normal visitors as well.
> > >
> > > Jim Buyens
> > > Microsoft FrontPage MVP
> > > (E-Mail Removed)
> > > http://www.interlacken.com
> > > Author of:
> > > *------------------------------------------------------*
> > > |\----------------------------------------------------/|
> > > || Microsoft Office FrontPage 2003 Inside Out ||
> > > || Microsoft FrontPage Version 2002 Inside Out ||
> > > || Web Database Development Step by Step .NET Edition ||
> > > || Troubleshooting Microsoft FrontPage 2002 ||
> > > || Faster Smarter Beginning Programming ||
> > > || (All from Microsoft Press) ||
> > > |/----------------------------------------------------\|
> > > *------------------------------------------------------*
> > >

> >
> >

>
>



 
Reply With Quote
 
Jim Buyens
Guest
Posts: n/a
 
      27th Sep 2003
"Tim A" <(E-Mail Removed)> wrote in message news:<2o1db.26$(E-Mail Removed)>...
> Would this be used in lieu of setting up domain forwarding with the company
> I register the domain through? They want to charge me $40 a year to forward
> a new domain name to my existing domain. Would this do the same trick?


A meta refresh tag only redirects one page -- one specific URL. Domain
forwarding redirects any request to the old domain.

However, as Tom suggests, you can also just contact your domain
registration authority and have your old domain name point to your new
IP address, just as your new domain name does.

Jim Buyens
Microsoft FrontPage MVP
(E-Mail Removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Is there a way to redirect an email rather than to forward it. VanguardLH Microsoft Outlook Discussion 0 3rd Oct 2007 10:35 PM
automatically forward or redirect an email without the original se =?Utf-8?B?Y3A=?= Microsoft Outlook VBA Programming 1 27th Dec 2006 05:55 AM
Forward and redirect not working =?Utf-8?B?bWF0enViZXI=?= Microsoft Outlook Discussion 1 29th Nov 2005 03:46 AM
Messages won't redirect or forward Ignatz ratzkiwatzki Microsoft Outlook 1 10th Feb 2005 02:12 PM
Automatically redirect (not forward) message based on rule... =?Utf-8?B?U291cHJlbWU=?= Microsoft Outlook Discussion 2 24th Dec 2004 02:35 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 11:14 PM.