Hi everyone,
I've been running some SEO reports on my page and one of the errors I'm getting is this;

https://www.historicedinburghtours.co.uk and https://historicedinburghtours.co.uk should resolve to the same URL, but
currently do not.

Is there something here I need to do in Xara? The report gives this suggestion;

order to pass this test you must consider using a 301 re-write rule in your .htaccess file so that both addresses
(http://example.com and http://www.example.com) resolve to the same URL.
- If you want to redirect http://www.example.com to http://example.com, you can use this:
RewriteCond %{HTTP_HOST} ^www\.example\.com$
RewriteRule ^/?$ "http\:\/\/example\.com\/" [R=301,L]
- If you want to redirect http://example.com to http://www.example.com, you can use this:
RewriteCond %{HTTP_HOST} !^www.example.com$ [NC]
RewriteRule ^(.*)$ http://www.example.com/$1 [L,R=301]
Note that you must put the above lines somewhere after RewriteEngine On line.

I've no idea how to do this and just wondered if this was something I can 'sort' in Xara? If not, I'll start googling these thing. Just hoped there might be an easy fix!
Thanks in advance.