Not Solved Generate Sitemap
#1
Not Solved
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]
Reply
#2
Not Solved
Have you configure the .htaccess ??
Reply
#3
Not Solved
(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]
Reply
#4
Not Solved
it is correct i think there isn't problem
Reply
#5
Not Solved
(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 !
Reply
#6
Not Solved
mm link of sitemap???
Reply
#7
Not Solved
(2012-07-28, 07:21 AM)Dominic Wrote: mm link of sitemap???

I PM u broo plz Chkk
Reply
#8
Not Solved
This user has been denied support. This user has been denied support.
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".
Reply
#9
Not Solved
Sir its showing this i think its wrong please check and help me !

[Image: 22pON8.jpg]

Please help me Sir!
Reply
#10
Not Solved
Have a look at this: http://www.xml-sitemaps.com/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)