Hi,
Been trying a multitude of rewrite and redirects i.e. Redirect permanent, RewriteRule and RewriteCond%{Query_String} nothing sees to work.
we have a site that used a ecommerce software called SoftCart which, when active always put /cgi-bin/SoftCart.exe/ in the url.
i.e. xyz.com/cgi-bin/SoftCart.exe/scstore/123.html
I want to redirect all old links that have "/cgi-bin/SoftCart.exe/scstore" in their url to just "/scstore"
For some reason the redirect commands don't like the "SoftCart.exe" nor the "cgi-bin" string. I've tried using the backslash as a delimiter for the '.' to no avail.
Any help would be greatly appreciated.
Thanks.