Page is a not externally linkable
- Code, Content, and Presentation
-- Apache Web Server
---- need to redirect /?SelectTopic=* to /


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?


Thread source:: http://www.webmasterworld.com/apache/4342568.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com