Thanks for your reply
It doesnt help to write From URL: "^/cars/250-my-article-about-boats.html$"
It seems that this first redirect i created, are disturbed by some stuff in the database (or somewhere else). Before I found and installed your excellent plugin, I made an unsuccessful attempt to use mod rewrite in the .htacces-file. The problem was that I got incorrect output for the URL. The URL was like the output I now get with the RedJ redirect, but with path from the root. The .htaccess-file have been reset to its original form, so I don't think the problem are in the .htacces-file. But maybe I have to clean up something in the database? But that's not ReDJ-related.
I have now used your tool and made some hundreds of other redirects of the same type as the first one, and them all works very well (except the first one).
However, I have challenges with other addresses where the URL starts with the correct URL, but with some other stuff added in the end of the URL. The supplement doesn't disappear when I try to redirect to the correct URL:
Redirect from "/boats/250-my-article-about-boats.html?sms_ss=facebook&at_xt=4dc491f5d3 ..." to "
www.mydomain.com/boats/250-my-article-about-boats.html" gives the output: "http:
www.mydomain.com/boats/250-my-article-about-boats.html?sms_ss=facebook&at_xt=4dc491f5d3 ..." The same with adresses as "
www.mydomain.com/boats/250-my-article-about-boats.html?tmpl=component&layout=default&page=" etc.
Do you have a solution for this?
So, another question, is it very important that we not use the complete URL in the from address, included: "
www.mydomain.com" ?
And why do you put ^ and $ respectively before and after "/cars/250-my-article-about-boats.html", is that important? The guide in the plugin (mouse pointer over), says:
“Insert the source URL you need to redirect, without the domain (…) and just put /oldpage.html”
I thought it would be like this: "/cars/250-my-article-about-boats.html"