Reply

Thread: What's better Meta Refresh or server side redirect?

 
Tools
  #1  
Old March 13th, 2003, 07:18 AM
ahugedeal ahugedeal is offline
ahugedeal's Avatar
Full Member
Join Date: January 18th, 2005
Posts: 310
Ok, I'm reworking some links on my site. Besides framing, what's the current best way to do a redirect and still maintain the merchant cookies and not get zapped by ebates and the others.

Of course all server sides will have afsrc=1 on the end of it, but then the landing page should have which of the following:

Static HTML page:
<META http-equiv="Refresh" content="0; URL=http://www.url.com">

PHP Server Side Redirect:
Header("Location: http://123.456.com");

ASP Server side redirect:
Response.redirect "http://123.456.com"


I'm currently leaning towards the static html page that does the meta refresh, but am open to any suggestions!

Thanks
Reply

Tools

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamic Content Site, Google's scared to spider... weisinator Search Engine Insight 18 December 9th, 2003 05:11 PM
Server Side Include Files frankodelic Search Engine Insight 6 February 14th, 2003 12:49 AM