implementing a must visit page
I'm working on a solution that will redirect all visitors to a certain page upon entry to a site.
I'm not really sure what to call what I want to do so hopefully you'll know what I am talking about by the description.
I want to put a donate/campaign page up that will be the first page someone lands on regardless of how they enter the site. Once they click on enter, I would like them to be taken to the original url they were seeking.
For instance, if someone simply types example.org, they would land on example.org/donate and then click on continue to be taken to the home page.
If they type in example.org/forums they would land on example.org/donate and then click on continue to be taken to the forums.
This has been suggested in another non-mambo related forum:
If the pages are in php, you can use a cookie to see whether they've visited the donate page. If not, it takes them to the donations page and passes the requested page as a parameter to the donations page, so the donations page can provide a link back to what they were looking for.
Being a lazy type (aren't we all?) I'm wondering if there is already a mambo intergrated solution before I attempt to code something myself.
Any suggestions are appreciated.
Betsy
|