I'm trying to figure out how to the figure out to direct users of
different to version of the same page. ie.
Users from an external network to can see one page and internal
network users can see another version of the page.
Sort of like an IF THEN ELSE statement eg.
If the user is from the internal network show pageA, else show pageB.
Can you do this via the Apache config ?
I've looked at SetEnvIf docs and can't seem to find anything similar
Cheers
John