MyBB Community Forums

Full Version: [SOLVED]SEO question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I want use the Google SEO MOD, but when I activate it, the pages can't be found, what do to?
Google SEO plugin clearly says what to do at the Plugins page on the admin panel. just follow that.
Well, the rewrite rules do not work for some reason. Check with your host if there is anything you need to do to make them work other than adding rewrite rules to your .htaccess.
How can my host help me? :/
Post a screenshot of your .htaccess file please.

Looks like a rewrite issue to me.

Do you have the RewriteEngine set to on?
(2013-08-24, 05:55 PM)Turbo Wrote: [ -> ]Post a screenshot of your .htaccess file please.

Looks like a rewrite issue to me.

Do you have the RewriteEngine set to on?

No?
RewriteEngine on

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

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

# Google SEO 404:
ErrorDocument 404 /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:

BUMP?

Someone pleas?

SOLVED!