Saturday, March 13, 2010

Gullible's Travels migrated to blog.mmenterprises.co.uk

Gullible's Travels has moved to http://blog.mmenterprises.co.uk/. Please update your bookmarks.

My blog was previously hosted on my own website and not with Blogger. They are withdrawing support for FTP publishing and only allowing hosting on their own servers. Hence this enforced migration.

Now I need to make sure links to the old blog are successfully redirected to the new.

PS.
Setting up .htaccess in my public_html folder containing the following did the redirection very nicely thank you:

RewriteEngine On
RewriteBase /
RedirectMatch 301 ^/blog/(.*)$ http://blog.mmenterprises.co.uk/$1

No comments: