MyBB Community Forums

Full Version: problem google seo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i use google seo,use google seo, I installed it, works fine but with one problem, you go to a forum topic tells "Invalid forum" and I do not show what is posted . How can I fix?>

this is my forum www.romaniatour.net/forums
have you added rewrite rules in .htaccess file
i have this in .htaccess


Quote:# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /forums/

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://romaniatour.net/forums/$1?$2 [L,QSA,R=301]



# Some hosts require RewriteBase to make RewriteRules work.
RewriteBase /forums/

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://romaniatour.net/forums/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /forums/misc.php?google_seo_error=404

# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]

# Google SEO URL Forums:
RewriteRule ^([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

# Google SEO URL Threads:
RewriteRule ^([^./]+)$ showthread.php?google_seo_thread=$1 [L,QSA,NC]


# Google SEO URL Announcements:
RewriteRule ^([^./]+)$ announcements.php?google_seo_announcement=$1 [L,QSA,NC]

# Google SEO URL Users:
RewriteRule ^([^./]+)$ member.php?action=profile&google_seo_user=$1 [L,QSA,NC]

# Google SEO URL Calendars:
RewriteRule ^([^./]+)$ calendar.php?google_seo_calendar=$1 [L,QSA,NC]

# Google SEO URL Events:
RewriteRule ^([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]
what does GoogleSEO plugin show at the plugins page ? have you clicked on a link which said apply changes to core files
I ruined it now, not anything goes
^ you have to just follow the guidance provided by Google SEO plugin on the plugins page
I resolved, not how I want, but it works. thanks