Your page description goes in here.

.htaccess redirect

If you want to do a htaccess redirect (or 301 redirect) it's really simple:

  1. Open a text editor such as notepad
  2. Type this: Redirect 301 / http://www.yourwebsite.co.uk
  3. 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)
  4. Then save the file as .htaccess you do not want ".txt" at the end, if this happens then you'll need to rename it.
  5. Then just upload the file to the root of your hosting, usually a folder called "httpdocs".

Thats it done!
28/01/2009