MyBB Community Forums

Full Version: Google Seo is not working properly.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi. I have a problem for GoogleSeo plugin. Plug-in is installed and running. This plugin prescribing name of everything except thread.

My forum is running on a VPS. System Ubuntu.
Pack: Nginx + php-fpm + MariaDB | table InnoDB.

The thread shows a database error.

[Image: qleyry.jpg]

Someone can help me? Please.
which rewrite rules file you have used - google SEO plugin has a sample file for nginx - can we have your forum url
http://www.karamy24.pl/

Seo is currently disabled.
the referred SQL error appears to be not related to Google SEO plugin.

if you want to use Google SEO plugin then you have to add related rewrite rules file. you can take guidance
from this BUT you have to use a file similar to the sample rewrite rules file given along with Google SEO plugin
The file was used. I'll show you.

Look now for threads.

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
rewrite ^([^&]*)&(.*)$http://www.karamy24.pl/$1?$2 permanent;

# Google SEO 404:
error_page 404 /misc.php?google_seo_error=404;

# Google SEO URL Forums:
#rewrite ^/Forum-([^./]+)$ /forumdisplay.php?google_seo_forum=$1 last;
rewrite ^/((?i)Forum-([^./]+))$ /forumdisplay.php?google_seo_forum=$2;

# Google SEO URL Threads:

#rewrite ^/Temat-([^./]+)$ /showthread.php?google_seo_thread=$1 last;
rewrite ^/((?i)Temat-([^./]+))$ /showthread.php?google_seo_thread=$2;


# Google SEO URL Announcements:
#rewrite ^/Ogloszenie-([^./]+)$ /announcements.php?google_seo_announcement=$1 last;
rewrite ^/((?i)Ogloszenie-([^./]+))$ /announcements.php?google_seo_announcement=$2;

# Google SEO URL Users:
#rewrite ^/Uzytkownik-([^./]+)$ /member.php?action=profile&google_seo_user=$1 last;
rewrite ^/((?i)Uzytkownicy-([^./]+))$ /member.php?action=profile&google_seo_user=$2;

# Google SEO URL Calendars:
#rewrite ^/Kalendarz-([^./]+)$ /calendar.php?google_seo_calendar=$1 last;
rewrite ^/((?i)Kalendarz-([^./]+))$ /calendar.php?google_seo_calendar=$2;

# Google SEO URL Events:
#rewrite ^/Wydarzenie-([^./]+)$ /calendar.php?action=event&google_seo_event=$1 last;
rewrite ^/((?i)Wydarzenia-([^./]+))$ /calendar.php?action=event&google_seo_event=$2;

# Google SEO Sitemap:
#rewrite ^/sitemap-([^./]+)\.xml$ /misc.php?google_seo_sitemap=$1 last;

When was active, it did not working..

So, what i can do?