Righto, was thinking about this earlier.
Could this be possible:
have a javascript on the front page that sets a 1 day expiring cookie.
Each time the main forum page is loaded if, either:
- The coookie does not exist
- The cookie has expired
then the broswer is forwarded to
http://www.site.com/index.html
But if the cookie is valid then they stay on that page.
I'm sure this would work! But don't quite know how to implement it
Can anyone help?