MyBB Community Forums

Full Version: google seo url not wokring
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi, please anyone can tell me how to change url:

From: 

/thread-14-post-42.html and /user-1.php 

To:

/thread-14-google-seo-url.html and /user-admin.php 

I installed google seo but always url not changed for my thread or profile page can someone please help? 

thank you in advance..
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.
Moved to Plugin Support.
Í don't understand something.

I have writen in .htaccess:

"# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /forum/"

but in ACP / PLugins, Google SEO shows me an exclamation:

Add to .htaccess:
# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /forum/

What do I do wrong?
My .htaccess file is: https://pastebin.com/1niCduKJ