MyBB Community Forums

Full Version: Solve this?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi there,

I have installed google seo, but it is giving this error

RewriteEngine on

# Google SEO workaround for search.php highlights:
# Make this rule the first rewrite rule in your .htaccess!
RewriteRule ^([^&]*)&(.*)$ http://frndszone.com/forum/$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 /forum/misc.php?google_seo_error=404

404, Meta, Redirect, Sitemap and URL are enabled.


how to solve it???


Regards,
Shoaib
You really should post this in the Google SEO thread.
This say it all
Quote:# Make this rule the first rewrite rule in your .htaccess!
you have to add them to you .htaccess file
it explains it all in the readme included with the plugin
(2010-09-18, 03:51 PM)Gaara Wrote: [ -> ]You really should post this in the Google SEO thread.
can u plz guide me where i can find that thread?
http://community.mybb.com/thread-46423.html

You just need add what it tells you to your .htaccess file. Smile
(2010-09-20, 08:15 AM)AJS Wrote: [ -> ]http://community.mybb.com/thread-46423.html

You just need add what it tells you to your .htaccess file. Smile

Hello AJS, simply i have to add the data in htaccess file?

where i can find that file??
Its in the directory on the server where yo installed mybb