MyBB Community Forums

Full Version: Google SEO > Help ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im using Google SEO
Lately im using http://mysite.com as board url
then, recently i change my borad url to http://www.mysite.com
And i also change the .htaccess file to correct

But still i have this message:

[Image: 29m4z2w.png]

Board URL is set to 'http://www.mysite.com', but you currently seem to be on 'http://mysite.com'. A wrong Board URL setting may cause problems with Redirect.

How to correct this one?
Thanks in advance!
Add question:

How to change my board url from http://mysite.com to http://www.mysite.com without encountering error?
Solve with this code:

rewritecond %{http_host} ^yourdomain.com [nc]
rewriterule ^(.*)$ http://www.yourdomain.com/$1 [r=301,nc]