HighDots Forums  

Redirect code and delay

Websites/HTML pages critique & reviews Discuss and review existing WWW material (alt.html.critique)


Discuss Redirect code and delay in the Websites/HTML pages critique & reviews forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bonnie Granat
 
Posts: n/a

Default Redirect code and delay - 11-01-2003 , 10:15 PM






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


Reply With Quote
  #2  
Old   
Bonnie Granat
 
Posts: n/a

Default Re: Redirect code and delay - 11-01-2003 , 10:32 PM






I have it, so thanks anyway.


--
Bonnie Granat
Granat Technical Editing and Writing
http://www.granatedit.com


"Bonnie Granat" <bgranat (AT) editors-writers (DOT) info> wrote

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



Reply With Quote
  #3  
Old   
Wipkip
 
Posts: n/a

Default Re: Redirect code and delay - 11-01-2003 , 10:49 PM



Bonnie Granat wrote:
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?
I gave you that last year. )

--
Duende




Reply With Quote
  #4  
Old   
Bonnie Granat
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 01:49 AM




"Wipkip" <duende_d (AT) hotmail (DOT) com> wrote

Quote:
Bonnie Granat wrote:
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?

I gave you that last year. )

--
Duende


Duende, my boy!! How are you?? Long time, no see.


--
Bonnie Granat
Granat Technical Editing and Writing
http://www.granatedit.com



Reply With Quote
  #5  
Old   
David Dorward
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 06:11 AM



Bonnie Granat wrote:

Quote:
I have it, so thanks anyway.
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/


Reply With Quote
  #6  
Old   
Wipkip
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 12:10 PM



Bonnie Granat wrote:
Quote:
"Wipkip" <duende_d (AT) hotmail (DOT) com> wrote in message
news:89%ob.974$D25.905 (AT) newssvr29 (DOT) news.prodigy.com...
Bonnie Granat wrote:
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?

I gave you that last year. )

--
Duende



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




Reply With Quote
  #7  
Old   
Wipkip
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 05:13 PM



Bonnie Granat wrote:
Quote:
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.
That should redirect everything to your new home page. You can do each page too.

Redirect permanent /page1.htm http://www.granatedit.com/page1.htm
Redirect permanent /page2.htm http://www.granatedit.com/page2.htm
Note the single space..............^

--
Duende




Reply With Quote
  #8  
Old   
Bonnie Granat
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 05:31 PM




"Wipkip" <duende_d (AT) hotmail (DOT) com> wrote

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.
That should redirect everything to your new home page. You can do each
page too.

Redirect permanent /page1.htm http://www.granatedit.com/page1.htm
Redirect permanent /page2.htm http://www.granatedit.com/page2.htm
Note the single space..............^

--
Why is this preferable to what I have now? I'm going to be closing down the
old site in a couple of months.


--
Bonnie Granat
Granat Technical Editing and Writing
http://www.granatedit.com



Reply With Quote
  #9  
Old   
Brett
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 06:22 PM



Search engines will follow a Redirect permanent in your htaccess file but
most search engines do not like the meta refresh tags.

--
Brett
Provision Tech
http://www.provisiontech.net

"Bonnie Granat" <bgranat (AT) granatedit (DOT) com> wrote

Quote:
"Wipkip" <duende_d (AT) hotmail (DOT) com> wrote in message
news:jkfpb.1061$O_2.74 (AT) newssvr29 (DOT) news.prodigy.com...
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.
That should redirect everything to your new home page. You can do each
page too.

Redirect permanent /page1.htm http://www.granatedit.com/page1.htm
Redirect permanent /page2.htm http://www.granatedit.com/page2.htm
Note the single space..............^

--

Why is this preferable to what I have now? I'm going to be closing down
the
old site in a couple of months.


--
Bonnie Granat
Granat Technical Editing and Writing
http://www.granatedit.com




Reply With Quote
  #10  
Old   
Wipkip
 
Posts: n/a

Default Re: Redirect code and delay - 11-02-2003 , 06:42 PM



Brett wrote:
Quote:
Search engines will follow a Redirect permanent in your htaccess file
but most search engines do not like the meta refresh tags.


In fact they think meta refresh are evil.

--
Duende




Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.