Forum Moderators: phranque
Works fine. But in the address bar, we have
http://www.example.com/about.html?page=about
Low priority, not a big deal, just . . . annoying. :-) Is there any way to un-define the query string before the actual redirect?
RewriteEngine onRewriteCond %{QUERY_STRING} ^page=about$RewriteRule ^index\.cgi$ http://www.example.com/about.ht[b]ml?[/b] [R=301,L]