Is it possible to do the following in htaccess:
1. check if referrer is thatdomain.com
2. check if the page they ask for is mypage1.php
if (1) and (2) is true, then redirect to mypage2.php
I'm stuck with apache 1.3.x, so that might limit my options... ideas?