If you want to do a htaccess redirect (or 301 redirect) it's really simple:
- Open a text editor such as notepad
- Type this: Redirect 301 / http://www.yourwebsite.co.uk
- Replacing "yourwebsite" with whatever domain you want it to redirect to (don't forget to change the ".co.uk" too so that it matches yours)
- Then save the file as .htaccess you do not want ".txt" at the end, if this happens then you'll need to rename it.
- Then just upload the file to the root of your hosting, usually a folder called "httpdocs".
Thats it done!
28/01/2009