the code u specified looks ok,...
but certain configurations may affect processing of htaccess file.
In that case you can use php method to redirect the url by making a directory named as /store/?p=3m_controltac and then putting the php file in that url.
you can use the following code to redirect the url
<?php
header( 'Location:
http://www.yoursite.com/new_page.html' ) ;
?>