Webhosting Redirecting: Difference between revisions

No edit summary
=Redirecting non-www. Requests=
 
If you would like your web site visitors to view your website without the 'www' part, then this is how to do it:. You can also use this to redirect a page to another domain etc.
 
==Overview==
You will already have a CNAME DNS entry for 'www.testing.me.uk' set to 'www-server.co.uk'. However, by default we do not create a record for just 'testing.me.uk' so one will need to be created. This needs to be an 'A Record' and needs to point the the IP of our webserver.
 
We then need to tell the webserver to redirect visitors over to your website with the 'www', hence the redirect file.
 
=Setting up the Redirect=