MyBB Community Forums

Full Version: None to www. w/seo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I wanted to change my domain from being no www. infront to adding
the www.

Firstly i added this to the bottom of my htacess

## Redirect to www.
RewriteCond %{HTTP_HOST} !^www.domain.com$ [NC]
RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]

then my index worked but my threads didnt work

as seen here http://gyazo.com/4c3c0020ee48da449ccb36c9e768992a

anyone got any ideas how to fix
What's your forum URL? Did you change domain.com to your domain?
(2012-06-05, 02:15 AM)Paul H. Wrote: [ -> ]What's your forum URL? Did you change domain.com to your domain?

Yes of course, ive took the part out of the htacess now but thats what i done i was using that as an example

http://fifamarket.co.uk
It's working fine for me. But, based on the url of the screenshot you provided it seems to have been an issue with Google SEO plugin or you were missing the showthread.php as it said.
Anyone help?

HELP?