Hello,
I'm new to this forum and to redirects and need a little help.
I'm trying to redirect:
www.example.com/cgi-bin/ss000334.pl?PRODREF=1516&NOLOGIN=1
to
www.example.com/tools/Example_Page.html
I'm using the RewriteCond and RewriteRule below, but when I follow the original link, it doesn't redirect and my site gives a message that the product ref doesn't exist anymore.
RewriteCond %{QUERY_STRING} ^PRODREF=1516&NOLOGIN=1$
RewriteRule ^cgi\-bin/ss000334.pl$ /tools/Example_Page.html? [R=301,L]
Any help you can offer would be greatly appreciated.