MyBB Community Forums

Full Version: [Help] Google SEO Problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I am Using Google SEO (1.6.5)

I m use many tutorial

But fail to success !!!

This plugin was install & active success fully..

&

i manage all changes in .htaccess file


but plugin not work for me...

i m hardly try various methods more than 10 times...

but fail ...

other all plugin work with my forum...

After all thing this Problem was Showing
=============================================

Not Found

The requested URL /forum/Thread-Intro-Hi-to-All was not found on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


What version you are using MyBB?
yes indeed follow these instructions
I am using Mybb Version 1.6.7
Google SEo Version 1.6.5

I am follow Everything & Also Make Neccesary Changes In .htaccess
(2013-03-09, 07:48 AM)netsat Wrote: [ -> ]I am using Mybb Version 1.6.7
Google SEo Version 1.6.5

I am follow Everything & Also Make Neccesary Changes In .htaccess

and how? does pretty much what you want?
But its can not working for me..

Please tell me can Board is still to be off To Activate this Plugin !!!!!
(2013-03-11, 02:57 PM)netsat Wrote: [ -> ]But its can not working for me..

Please tell me can Board is still to be off To Activate this Plugin !!!!!

you try to update all of you and your MyBB plugin is needed, for example PluginLibrary.

and try to "revert" Google Seo section and you will find a code that will be used in the file. htaccess
yes dear i have plugin library

i am using Linux multi domain hosting server

i adding following code to .htaccess

RewriteEngine on

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

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

# Google SEO 404:
ErrorDocument 404 /forum/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 ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

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

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

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

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

# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]

or this also

RewriteEngine on

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

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

# Google SEO 404:
ErrorDocument 404 /forum/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 ^Forum-([^./]+)$ forumdisplay.php?google_seo_forum=$1 [L,QSA,NC]

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

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

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

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

# Google SEO URL Events:
RewriteRule ^Event-([^./]+)$ calendar.php?action=event&google_seo_event=$1 [L,QSA,NC]


what can not work for me..

getting error 404

[Image: 0jdAuqo.jpg]
RewriteBase /forum/ should be correct, and that's what should be displayed on the status page.

You can also try without RewriteBase (remove it altogether).

If your server does not support rewriting URLs in general, you'll have to ask your host. That's not an issue with Google SEO but a question of your server setup. Can't help you there.
Pages: 1 2