Hey,

Contao seem to create dublicate versions of a url:
http://www.scantron.dk/sensolock-elektr ... e-195.html

http://www.scantron.dk/sensolock-elektr ... e-294.html

I use the following code now, to 301 the site without www. to the one with:

RewriteCond %{HTTP_HOST} ^domain.dk [NC]
RewriteRule ^(.*)$ http://www.domain.dk/$1 [L,R=301]

Can you guys help me rewrite the gode so that it also 301 the url to the more simpel form?