Is there a way to possibly intercept a redirection to the 404 error page when the referrer comes from a certain folder/directory?
Reason: Before having the $ to do so a site was run on mine in a directory, but is now running on its own domain. I would like to redirect all hits to that directory, regardless of the page the hit is coming from?
I know that I can do 'if $referer = 'such and such' header: Location is such and such - but will that catch ALL from that directory?
Or is there a better way of going about this?
Thanks,
J