MyBB Community Forums

Full Version: Google SEO & Google SEO URL
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Plugin installed, works good but I do not like URLs:
https://www.forum.pozyczkabez.pl/Forum-Darmowe-pożyczki
https://www.forum.pozyczkabez.pl/Thread-...faktoringu
In .htaccess are 2 lines:
RewriteRule ^ Forum - ([^. /] +) $ Forumdisplay.php? Google_seo_forum = $ 1 [L, QSA, NC]
RewriteRule ^ Thread - ([^. /] +) $ Showthread.php? Google_seo_thread = $ 1 [L, QSA, NC]

How to removed of Thread- and Forum-? from .htaccess because I now how to do it in plugin settings but this must be done in both places.
removing them is not easily possible. see Avoid Scheme Conflicts
So how to change urls to:
-thread
and
-forum
on the end of link?
forum admin panel >> Configuration (Settings) >> Google SEO URL
Forum URL scheme --> change to {url}-forum
Thread URL scheme --> change to {url}-thread
.. etc

after changing them, look at the Google SEO plugin's location on the plugins page.
it suggests required changes to .htaccess file - follow them