PDA

View Full Version : # of redirects



replode
July 19th, 2003, 04:13 PM
hello all,

i was wonder if there is a limited amount of redirects you can put in one page. for example, if the user goes to the page index.html, and they dont have flash, then there is a code on index.html that redirects them to a page that tells them they need flash. but there is also a redirect on index.html that sends the user to a page if their resolution is not 1024 x 768. i hope i havent confused anyone.

eyezberg
July 19th, 2003, 04:19 PM
Well, you just need a select, and then build all your test results into one (different ones) redirect, as in:
- screen < 1024 & no flash = redirect 1,
- screen < 1024 & flash = red. 2 (maybe more if you want a specific version of the plug-in..)
- screen > 1024 & no flash
- screen > 1024 & flash
etc...depends how exact you'll want to be in your detection...