Being a windows server man, I know how to do this in IIS, but as his new website is hosted on a linux server, it needed to be compatible with that. So anyway, I found out that you can do 301 redirects on Apache using a .htaccess file.
In this case, it was real simple, create a blank file called .htaccess and the place an entry for each for each file that needs redirecting, i.e:
Redirect 301 /HTML/Consultations.htm http://www.molsom.co.uk/eye-tests.htm
Excellent, and I now know that visitors to my local Optician in Spalding will still get there from any old bookmarks!
No comments:
Post a Comment