How can I rewrite the following:
http://www.mydomain.com/my-page.html to http://www.mydomain.com/my-page.html?type=1
Tried the following without any luck:
RewriteRule /car-covers.html$ /car-covers.html?type=$1 [R=301,L]
RewriteRule ^car-covers.html$ car-covers.html?type=$1 [QSA,L]