MyBB Community Forums

Full Version: Problem in PHP
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want a normal script that do the similar as the Portal Redirect
that redirects users to, for example, index2.html, when they first visit

after their first visit, it will redirect them to index.html when they visit again.

how do I do that??

Regards,
Lina
www.talktowendys.com
You can use cookies along with session logs to detect first visit and redirect accordingly.
Note that this is not bullet proof. It will treat a visit as first visit if the user clears cookies or may be use a different browser + ip
You can use ABP Force Portal and modify the landing page (it's a plugin setting, no need to modify any code).