Page is a not externally linkable
lucy24 - 2:53 am on Jul 25, 2011 (gmt 0)
Are you redirecting to your main page or to the index page of a directory called something like /select/ ?
RewriteCond %{QUERY_STRING} ^Select [NC]
will get you everything that has ?Select or ?select at the beginning of the query. Where (in English) do you want to send them? Does the ?Select query currently come attached to many different urls (looking only at the non-query part) or is the "real" url always the same?