MyBB Community Forums

Full Version: Redirect url
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to redirect southshropsponyclub.zxq.net to www.sshbpc.co.uk having moved webhosts. Forum is located at southshropsponyclub.zxq.net/forum

Have changed the htaccess file to read;

RewriteEngine on

rewritecond %{http_host} ^southshropsponyclub.zxq.net [nc]
rewriterule ^(.*)$ http://www.sshbpc.co.uk/$1 [r=301,nc]

However, I'm struggling to see what I've missed as the redirect doesn't appear to be working. I'm new to all this and have managed to move the forum succesfully but i'm getting stuck at the final hurdle. Can anyone help?
To Move an entire site

add this code in .htaccess file

Redirect 301 / http://www.sshbpc.co.uk/