Hello,
The 301 redirect is in the iirf.ini file in the root folder of the site ukmotorhomehirerental.com
The syntax in the re direct file is as follows...
#redirects ukmotorhomehirerental.com to the www version
RewriteCond %{HTTP_HOST} ^ukmotorhomehirerental.com$
RedirectRule ^(.*)$ http://www.ukmotorhomehirerental.com$1 [L,R=301]
#redirects ukmotorhomehirerental.com to leisurerentalsdirect.com
RewriteCond %{HTTP_HOST} ^www.ukmotorhomehirerental.com/? [NC]
RedirectRule ^(.*)$ http://www.leisurerentalsdirect.com$1 [L,R=301]
Windows server running Ionic rewriter
Hope this may help...
Regards
James