I want to redirect people from my homepage and main site to another set of pages for their first visit. Once they have been through that set of pages one time, I want to dump them back off on the homepage. The easiest way I know is to set a cookie. The problem I expect is that spiders will not allow a cookie to be set, so they will always get redirected from the homepage, no matter what.
How do I use cookies properly to redirect my visitors without spiders getting stuck in that set of pages. Or, is there a better method? Maybe htaccess?
How do I use cookies properly to redirect my visitors without spiders getting stuck in that set of pages. Or, is there a better method? Maybe htaccess?