MyBB Community Forums

Full Version: mybb google seo error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.

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

what should i do?
Add a www <-> non www redirect (depending whether you want www or not) and set your bburl accordingly.
i like to have www but
don't know how to write htaccess, how can i do this?

For example like this:
RewriteCond %{HTTP_HOST} ^example\.com$
RewriteRule (.*) http://www.example.com/$1 [R=301,L,QSA]
it did work. thanks a lot! Big Grin
google seo also suggested to use this.
Quote:RewriteRule ^([^&]*)&(.*)$ http://www.domian.com/$1?$2 [L,QSA,R=301]

but anyway, it now works Big Grin
That rule is a workaround for another issue entirely.