Dave, thanks but this below ruined the page! Now this is urgent. I even removed it from the htaccess file
and the page is still totally blank! But the source code is still there! Yes, my cache is totally cleared when I close IE, so why is the page still blank after removing the code from my htaccess file??
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
|