MyBB Community Forums

Full Version: Google SEO 1.6.8 [EOL]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Thank you Nathan.

Found it.
i have a problem on 404 not found error i ve installed this plugin and enabled the settingd but im getting still this page..
[Image: 404.png]

id like to come with this page but how?
[Image: 404b.png]
Thanks! worked great!
Thanks again for this plugin.
My pages format were html. (like this: http://www.iranbiologists.com/forum-60.html . when I click on this, I view not found page now )
I installed this plugin 2-3 days ago. now in Google webmasters panel, show my pages with previous format as not found. is this normal?
Hi I just install MyBB 1.6.8 and Google SEO 1.6.3.
I followed the tutorial How to install MyBB Google SEO for MyBB 1.6.5 for better SEO.

the .htaccess has been done without plugin warnings

but when i try to test error 404, it gives me the default 404page of

Not Found

The requested URL /forum/cat was not found on this server.

when i try the forum links, the url is seo.
eg http://www.mydomain.com/forum/Forum-General

but I get the below page

Not Found

The requested URL /forum/Forum-General was not found on this server.

disable google redirect and google SEO and the forum is back alive with address http://www.mydomain.com/forum/forumdisplay.php?fid=3

one thing still not working even when deactivated the google seo is that the calendar is stuck pointing at /forum/Calendar-Default-Calendar

Not Found

The requested URL /forum/Calendar-Default-Calendar was not found on this server.


I tried without google SEO and used the built in Enable search engine friendly URLs? option enabled and it also gives page not found error.
I used the MyBB .htaccess for that testing.

is there something I am doing wrongly since the built in SEO is not working also? Sad
i think i am facing problem with this new version of google seo 1.6.3 the problem is that my forum index.php is also accessable while browsing forum directory so there are too many errors in server log file , can you check it on my forum and tell me what is this error i also talked to the host they are asking me to ask mybb to fix that.

here is the link
http://forums.asf-mobiles.com/
I am currently getting the default 404 pages on all my threads once I apply changes to my core files as well as add the rewrites to my htaccess. Can someone validate my htaccess and see if everything correct?

Quote: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://ugghackz.net/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]
How to use Google SEO plugin to generate and add dynamic meta-tags, keyword and description for each thread?
im getting 500 internal server error on members profile when google seo URL is enabled...Sad
How long it will take after disabling the usage of google seo url for google to recache the new url on google search engine.