(2017-01-20, 08:20 PM)gunrose2003 Wrote:(2017-01-20, 02:33 PM).m. Wrote: which url you actually want to use - with www or without www ?
in general, many prefer URLs without www
and URLs with www should be redirected to URLs without www (see replies here)
board url is set through Site Details page of Configuration section in forum admin panel
rewrite rules suggested by Goole SEO plugin should be added to .htaccess file at the main folder of your MyBB forum
Thank you for your reply. I like the URL with www.
Now the google SEO module is success, but also have another problem.
When i add the 301 rewrite to the .htaccess.(as below)
Most of links are unavailable, like login, sub forum, registration etc.RewriteCond %{HTTP_HOST} ^rice21.com$ [NC] RewriteRule ^(.*)$ http://www.rice21.com/$1 [R=301,L]
I would like to know whether it has conflict with the "Google SEO" module? how to solve it?
Thank you again.
Nobody reply?