Hi,
install ReDJ, activate plugin (you could leave default settings initially), then create a ReDJ item as follow:
From URL: ^/Bags/1000400.html$
To URL: http://{siteurl}/bags?page=shop.product_details&flypage=flypage.tpl&product_id=223&category_id=38
Note that in the From URL, the caret (^) means "start with", and the dollar ($) means "end with", so I've created an "exact match".
At this time, check your redirect calling this:
rudsakstore.com/Bags/1000400.html
If you get a blank page (i.e. is the web server Apache that send you the response), you need to enable .htaccess file. Just rename htaccess.txt file located in the web root of your Joomla site into .htaccess. Then, add this line at the end:
In this way you are telling to Apache to pass all the errors 404 to Joomla.
That's all!
Let me know if you need more help.
Regards,
Luigi