MyBB Community Forums

Full Version: how to install google SEO plugins in mybb?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to install google SEO plugins in mybb?
Make sure you set up and use the .htaccess file that comes with Google SEO the only two things you need to change is this

RewriteRule ^([^&]*)&(.*)$ http://yoursite.com/MyBB/$1?$2 [L,QSA,R=301]

Change yoursite.com/MyBB to your domain.

# Some hosts need a RewriteBase specification.
RewriteBase /MyBB/

Replace MyBB with the folder you have MyBB installed in if it's in the root just put a /

Once all that is done make sure Google SEO is enabled by going to

Admin CP -> Configurations -> Google SEO and enable all the options

Now to change the URLs go to

Admin CP -> Configurations -> Google SEO URL and set to your liking

Now if you changed any URLs in the Google SEO settings go to the .htaccess file and update them.

Now go back to your plugins page and find Click to Apply changes to core files under the Google SEO plugin and click apply.