MyBB Community Forums

Full Version: Any SEO Plugin???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi I just upgraded to the latest version of the forum, everything is nice but my SEO Links plugin isn't working with the latest version.

Can you recommend a good seo plugin for the forum that'll work with the latest version?

Thanks
Google SEO works with the latest version.
(2010-10-25, 03:43 PM)Uncontrol Wrote: [ -> ]Google SEO works with the latest version.
Beat me to it Big Grin
This seo plugin took me 30+ minutes to setup and now my forum isn't working http://www.scrapeboxforum.com can't enter threads. Any other more simple seo plugins, I just want seo friendly URL's thats all.

I followed the install guide and changed .htaccess, yet I get this message on the plugin page:

RewriteEngine on

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

# 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]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404
You've clearly not renamed htaccess.txt to .htaccess, or you have not included the code.
It is not a complicated plugin. The plugin tells you exactly every step you need to do.
You could alternatively take the htaccess.txt.example file and do the edits to that before uploading.
Thanks

one phrase = "I am so stupid" LOL

It's now working.

So how do I remove "Forum" from all urls?
As in = http://www.scrapeboxforum.com/Forum-Gene...peBox-Talk
Um, it says "forum" because it's a Forum URL. Threads say "Thread" etc.
ok thanks for the help Smile