Anyone know how to redirect something with a referrer of <NONE> or domain:80 to another page under RH 9 ?
Ive tried the obvious one using
RewriteCond %{HTTP_REFERER} =\<NONE\> [OR]
but it didnt work.
Ive tried the obvious one using
RewriteCond %{HTTP_REFERER} =\<NONE\> [OR]
but it didnt work.

Work with
Next step after
Comment