MyBB Community Forums

Full Version: Generate Sitemap
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello guys, i am using MyBB 1.6.4 and i setup Google Seo Plugin But still sitemap is not working Please help me Out!

[Image: gY5ass.jpg]
Have you configure the .htaccess ??
(2012-07-28, 06:56 AM)Dominic Wrote: [ -> ]Have you configure the .htaccess ??

i have added this much :

Quote:# 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.myhealthconsult.com/$1?$2 [L,QSA,R=301]

# Google SEO 404:
ErrorDocument 404 /misc.php?google_seo_error=404

# 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 Sitemap:
RewriteRule ^sitemap\-index\.xml$ misc.php? [L,QSA,NC]
it is correct i think there isn't problem
(2012-07-28, 07:15 AM)Dominic Wrote: [ -> ]it is correct i think there isn't problem


So how i can get working sitemap broo plzz help me !
mm link of sitemap???
(2012-07-28, 07:21 AM)Dominic Wrote: [ -> ]mm link of sitemap???

I PM u broo plz Chkk
This line in the .htaccess you posted is wrong:

# Google SEO Sitemap:
RewriteRule ^sitemap\-index\.xml$ misc.php? [L,QSA,NC]

It's supposed to look like this:
# Google SEO Sitemap:
RewriteRule ^sitemap\-([^./]+)\.xml$ misc.php?google_seo_sitemap=$1 [L,QSA,NC]


If Google SEO told you to add the wrong rule, then you most likely messed up your Sitemap URL scheme. You probably set it to "sitemap-index.xml" when it is supposed to be either empty, or contain {url}, i.e. "sitemap-{url}.xml".
Sir its showing this i think its wrong please check and help me !

[Image: 22pON8.jpg]

Please help me Sir!
Have a look at this: http://www.xml-sitemaps.com/