Web Design Web Design Forum
Registration is free! Here you can view your subscribed threads, work with private messages and edit your profile and preferences Calendar Find other members Frequently Asked Questions Search
Home Web Design

Convenient web based access to our favorite web design Usenet groups

web design reviews

This is Interesting: Free Magazines for Graphics designers and webmasters  





Pages (2): [1] 2 »   Last Thread  Next Thread
Author
Thread Post New Thread   

Redirect code and delay
 

Bonnie Granat




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
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



Post Follow-Up to this message ]
Re: Redirect code and delay
 

Bonnie Granat




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
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 >


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Wipkip




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
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. :o) -- Duende


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Bonnie Granat




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
"Wipkip" <duende_d@hotmail.com> wrote in message
news:89%ob.974$D25.905@newssvr29.news.prodigy.com...
quote:
> Bonnie Granat wrote: > > I gave you that last year. :o) > > -- > Duende > >
Duende, my boy!! How are you?? Long time, no see. -- Bonnie Granat Granat Technical Editing and Writing http://www.granatedit.com


Post Follow-Up to this message ]
Re: Redirect code and delay
 

David Dorward




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 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/


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Wipkip




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
Bonnie Granat wrote:
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


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Bonnie Granat




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
"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


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Wipkip




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
Bonnie Granat wrote:
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>
Do it in your htaccess file. Redirect permanent / http://www.granatedit.com/ -- Duende


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Bonnie Granat




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
"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.


Post Follow-Up to this message ]
Re: Redirect code and delay
 

Wipkip




quote this post edit post

IP Loged report this post

Old Post  12-04-03 - 12:25 AM  
Bonnie Granat wrote:
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.
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


Post Follow-Up to this message ]
Sponsored Links
 





All times are GMT. The time now is 10:11 AM. Post New Thread   
Pages (2): [1] 2 »   Previous Last Thread   Next Thread next
Site Ratings & Reviews archive | Show Printable Version | Email this Page | Subscribe to this Thread

Popular forums

Adobe Photoshop forum Macromedia Flash Web Site Design
Dreamweaver FrontPage forum
JavaScript Forum XML forum
Style Sheets VRML
Forum Jump:
Rate This Thread:

 

XML RSS Feed web design latest articles Syndicate our forum via XML or simple JavaScript

Web Design archive  Database administration help  


Top Home  -  Register  -  Control Panel   -  Memberlist  -  Calendar  -  Faq  -  Search Top