Quote:
Originally Posted by crankydave
I came across the same issue. What worked for me was {QUERY_STRING}
In your example I "think" something like...
RewriteCond %{QUERY_STRING} ref=pislikcs.com
RewriteRule \page.html http://www.domain.com/page.html? [R=301,L]
...might work. Perhaps one of the better coders can help out on this.
Dave
|
Ok now that I've got the blank page issue fixed

, this suggestion above didn't work Dave. How exactly did you get it to work for you?
Thanks.