mod_rewrite help

Hi all! I am looking to add some mod_rewrite rules to my website but — like many people — am totally confused by htaccess and mod_rewrite. Can anyone please help me write my rules? My current code is:

<IfModule mod_rewrite.c>
    RewriteEngine On
   RewriteCond %{HTTP_HOST} www.comparewear.com$
    RewriteRule ^(.*)$ http://ift.tt/1UoHH30 [R=301,L]   
</IfModule>
Code (markup):
The rules I would like are:

1. If the URL is
/wearables/?vs=productA
(where there is only one 'vs' parameter)...

mod_rewrite help

from Site & Server Administration http://ift.tt/1X8tADk
via IFTTT
Previous
Next Post »
Thanks for your comment