the URL in the search engines shows:
[
somecompany.org...]
I want it to go to
[
somecompany.org...]
RewriteCond %{HTTP_HOST} ^somecompany.org
RewriteCond %{QUERY_STRING} ^p=insurance$
RewriteRule ^index\.htm$ [
somecompany.org...] [R=301,L]
I have like 20 pages just like that. Any Ideas? Ive read a bunch of tutorials and can't find one sniplet.