MyBB Community Forums

Full Version: help about google seo ??
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
plz help me show this error on plugin section of google seo..

    * Add to .htaccess:

      RewriteEngine on

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

you must add that code in your .htaccess file
 RewriteEngine on

      # Google SEO workaround for search.php highlights:
      # Make this rule the first rewrite rule in your .htaccess!
      RewriteRule ^([^&]*)&(.*)$ http://www.worldsat-forum.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.
check the htaccess file in the plugin folder for more details on how to add.
sir these coded also added in .htaccess file

then y showing this error
Could you post the exact .htaccess file?

Also, I don't think last tine on the code on TheGodFather's reply should be there:
    * 404, Meta, Redirect, Sitemap and URL are enabled.