Anyone know the code for a redirect that pauses and shows a message on the
screen telling visitors they're being sent to a new page?
--
Bonnie Granat
Granat Technical Editing and Writing
http://www.editors-writers.info
I have it, so thanks anyway.
--
Bonnie Granat
Granat Technical Editing and Writing
http://www.granatedit.com
"Bonnie Granat" <bgranat@editors-writers.info> wrote in message
news:3fa46ff5@andromeda.5sc.net...
quote:
> Anyone know the code for a redirect that pauses and shows a message on the
> screen telling visitors they're being sent to a new page?
>
> --
> Bonnie Granat
> Granat Technical Editing and Writing
> http://www.editors-writers.info
>
Be careful with it - it generally isn't a good idea. Most bots won't respect
it, so you could find your search engine position dropping, and it messes
up the back button. A normal http permanent redirect is probably a better
bet.
--
David Dorward http://dorward.me.uk/
quote:
> "Wipkip" <duende_d@hotmail.com> wrote in message
> news:89%ob.974$D25.905@newssvr29.news.prodigy.com...
>
> Duende, my boy!! How are you?? Long time, no see.
Been duckin fires, breathing lots of nasty smoke. They say it's not good for
kids &
us old things. I think they are right. Speaking of right, why do you have
Soooooooooo much blank acreage on the right of your ner site?
--
Duende
"David Dorward" <dorward@yahoo.com> wrote in message
news:bo2oss$r64$1$8300dec7@news.demon.co.uk...
quote:
> Bonnie Granat wrote:
>
>
> Be careful with it - it generally isn't a good idea. Most bots won't
respect
quote:
> it, so you could find your search engine position dropping, and it messes
> up the back button. A normal http permanent redirect is probably a better
> bet.
>
David, this is the code I'm using. Is the good kind or the bad kind? I can
easily change it. Thanks.
<html>
<head>
<META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.granatedit.com/">
</head>
<body>
<h3>Granat Technical Editing has moved...</h3>
If you are not redirected to our new location in five seconds, click <a
href="http://www.granatedit.com">here</a>.
</body>
</html>
--
Bonnie Granat
Granat Technical Editing and Writing
http://www.granatedit.com
quote:
> "David Dorward" <dorward@yahoo.com> wrote in message
> news:bo2oss$r64$1$8300dec7@news.demon.co.uk...
>
> David, this is the code I'm using. Is the good kind or the bad kind?
> I can easily change it. Thanks.
>
> <html>
> <head>
> <META HTTP-EQUIV=Refresh CONTENT="5; URL=http://www.granatedit.com/">
> </head>
> <body>
> <h3>Granat Technical Editing has moved...</h3>
> If you are not redirected to our new location in five seconds, click
> <a href="http://www.granatedit.com">here</a>.
> </body>
> </html>
"Wipkip" <duende_d@hotmail.com> wrote in message
news:yZdpb.1050$sx3.974@newssvr29.news.prodigy.com...
quote:
> Bonnie Granat wrote:
>
> Do it in your htaccess file.
>
> Redirect permanent / http://www.granatedit.com/
>
> --
I found the htaccess file, which is empty. Are you saying to put the above
words "Redirect permanent / http://www.granatedit.com/" into the file just
like that, with nothing else? What about the pages that are in there now
with the above content?
B.
quote:
>
>
> I found the htaccess file, which is empty. Are you saying to put the
> above words "Redirect permanent / http://www.granatedit.com/" into
> the file just like that, with nothing else? What about the pages
> that are in there now with the above content?
>
> B.