##
# The htaccess 301 redirect is very useful if you have to change the name of a URL.
# http://socreativedigital.com/7-htaccess-file-examples-that-work-for-seo-2013-05-04
##
# This bit of code will redirect the old page to the new page:
#
RewriteEngine On
Redirect 301 /old-webpage http://www.yoursite.co.uk/new-webpage
#
# You may have to add the extension if your not using a clean URL.