Ok. Hi all.
I have a forum that is on sub.domain.com
I have a ad page that is on main domain.com
I Want to set this up so that each time a user goes to sub.domain.com
And he doesn't have cookie named ad with value 1, he gets redirected to the ad page.
Trick here is this:
1. The redirect page has to be ad page.php?redirect=
where you wanted to go.
2. This has to apply to many files, some of which are in folders (which is why I'm trying apache even if I don't know it)
I quickly became confused with the syntax.
Can anyone help please?