MyBB Community Forums

Full Version: Google seo not working
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I installed latest googel seo and pluginlibrary 12, then i switched all radios in plugin settings to "yes". Now rewrite is completely disabled, urls are old-style(xx.php?id=id_here). I'm using nginx.(mybb rewrites are enabled in nginx config)
Can you post your nginx config then we can check it.

Did you also apply the core modifications?
    location / {
        rewrite ^/([^&]*)&(.*)$ https://forum.depixel.pw.in/$1?$2 permanent;
        rewrite ^/((?i)sitemap-([^./]+)\.xml)$ /misc.php?google_seo_sitemap=$2;
        rewrite ^/((?i)Forum-([^./]+))$ /forumdisplay.php?google_seo_forum=$2;
        rewrite ^/((?i)Thread-([^./]+))$ /showthread.php?google_seo_thread=$2;
        rewrite ^/((?i)Announcement-([^./]+))$ /announcements.php?google_seo_announcement=$2;
        rewrite ^/((?i)User-([^./]+))$ /member.php?action=profile&google_seo_user=$2;
        rewrite ^/((?i)Calendar-([^./]+))$ /calendar.php?google_seo_calendar=$2;
        rewrite ^/((?i)Event-([^./]+))$ /calendar.php?action=event&google_seo_event=$2;
        try_files $uri $uri/ =404;
    }
1. Downloaded plugin
2. Uploaded all files from inc to forum root
3. In AdminCP pressed "Install & Activate"
4. In plugin config section enabled all radio buttons
I just do this. ^
Click on your plugins tab an view on the plugin, there is a little button with a gear in front... called apply core changes
Oh, this button is too little.