MyBB Community Forums

Full Version: Google SEO Legacy 1.4.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Frost not trying to be a pain but I'am curious to see what your next version will bring us.
Found this while actuly looking through the posts all 166 page worth
http://community.mybb.com/thread-46423-p...#pid434117 that was 12-03-2009 almost a year ago and you where on version 1.1.7 then and we are now on 1.1.13

So I'am wonding what you have in store for us in you next verion Can you tell/post some of you ideas for your next instalment of your plugin
Yesssss please tell us when the new version will be released....
Does anything need to be fixed? Toungue
thank you
there is an 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


arriving in Google Seo plugin, i have added this data in .htaccess! but still it is there, how to solve it?
(2010-09-22, 08:55 AM)shoaib Wrote: [ -> ]i have added this data in .htaccess! but still it is there, how to solve it?

Have you renamed htaccess.txt to .htaccess ?
(2010-09-22, 08:58 AM)AJS Wrote: [ -> ]Have you renamed htaccess.txt to .htaccess ?
no it is still .txt, do i have to change it to htaccess.htaccess?
(2010-09-22, 09:07 AM)shoaib Wrote: [ -> ]no it is still .txt, do i have to change it to htaccess.htaccess?

No, just rename it to .htaccess
(2010-09-22, 09:09 AM)AJS Wrote: [ -> ]No, just rename it to .htaccess

All hasbeen done, now only this thing is left

Modifications to inc/functions.php are required for URL support.


kindly guide what to do next?
Download the attachment on the first post of this thread, rename it to functions.php and upload it to your ./inc folder.