Go Back   vBulletin Modification Discussions > vBulletin Discusions > vBulletin Modifications
Home Register FAQ Members List Calendar Mark Forums Read
vBSEO Info Tags

About This Page: This is a discussion on vBSEO sitemap problems within the vBulletin Modifications forums, part of the vBulletin Discusions category, at vBulletin Modification Discussions. Okay... I downloaded version 1.6.1 of the sitemap generator and followed the instructions very closely. Twice. Both times the program seemed to be running flawlessly, however, Google never seems to 'have' the sitemap. I tried submitting it manually,


Reply
 
LinkBack Thread Tools
Old 10-27-2006, 07:09 PM   #1 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
vBSEO sitemap problems

Okay...

I downloaded version 1.6.1 of the sitemap generator and followed the instructions very closely. Twice.

Both times the program seemed to be running flawlessly, however, Google never seems to 'have' the sitemap.

I tried submitting it manually, but Google rejected it with errors.

I'd post the error here, but I have since removed the sitemap. The Cron has run since then and I get this nice email saying my sitemap has been updated, but... nothing else has happened that I am aware of.

Additionally, following the instructions with vBSEO sitemap generator, I am unable to access the tools. 404 error.

I would resubmit manually the sitemap to recreate the errors, but would like this to be automatically updated first.

I defer to the vBSEO guru....

Cheers.
G_Man
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links

Old 10-27-2006, 07:43 PM   #2 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
Then you have done something wrong. Did you put the .htaccess in your root or in your forums directory. It should be in your root and you need to add the forum directory to the htaccess. There is a another recent thread here where we outline this.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 07:46 PM   #3 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Code Monkey View Post
Then you have done something wrong. Did you put the .htaccess in your root or in your forums directory. It should be in your root and you need to add the forum directory to the htaccess. There is a another recent thread here where we outline this.
The Instructions say to put that in your forum root, not root, so I was a bit confused. I will bump it up a level and try again.

And I know the thread!

Cheers.
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 07:46 PM   #4 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
I have sent you an email.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 07:49 PM   #5 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Code Monkey View Post
I have sent you an email.
Already working on it. Thanks.
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:06 PM   #6 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
exact same situation...

*temporarily throws in towel*
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:11 PM   #7 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
Well bud, you throw in the towell too quick. Post your .htaccess please.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:14 PM   #8 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
I said temporarily... I've tried this like 5 times...

Here it is...

Code:
RewriteEngine On
RewriteRule ^sitemap(\.txt(\.gz)?)$ theforum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=urllist$1 [L]
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ theforum/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:27 PM   #9 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
Ok, did you set the permisions of the directories like the instructions said? Did you go into options in your acp and set your root path and take care of all settings there?
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:32 PM   #10 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
The next question is, are you on Apache and do you have mod_rewrite enabled?
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:32 PM   #11 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Code Monkey View Post
Ok, did you set the permisions of the directories like the instructions said? Did you go into options in your acp and set your root path and take care of all settings there?
Permissions set correctly. Checked all the settings, but not sure where you are setting your root path....
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:34 PM   #12 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Code Monkey View Post
The next question is, are you on Apache and do you have mod_rewrite enabled?

Yes and almost certain... seems I've used mod_rewrite before with a different mod. If I am on a shared server is there a way I can check to see if it is enabled?
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:36 PM   #13 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
You need to go into the admincp and click options and find the sitemap options. Then find the "Sitemap Files URL" setting and set that to

Code:
http://www.afterseppuku.com
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:39 PM   #14 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Quote:
Originally Posted by Code Monkey View Post
You need to go into the admincp and click options and find the sitemap options. Then find the "Sitemap Files URL" setting and set that to

Code:
http://www.afterseppuku.com
Okay... did that already then. Wasn't positive if that was what you meant.
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:47 PM   #15 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
Ok, you're getting a 500 internal server error. So are doing something wrong or you have server setting issues.

Did you have an .htaccess file in place before this?
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 08:52 PM   #16 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
There was a file, but it was blank.
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 09:07 PM   #17 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
Run your phpinfo in your admincp to see if you have mod_rewrite installed or contact your host and ask them.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 09:56 PM   #18 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Seems that it may have been turned off on my particular server. Drop a support ticket and see what they have to say.

Thanks! I am pretty ignorant, but I can usually follow directions! LOL
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 10:03 PM   #19 (permalink)
Administrator
 
Code Monkey's Avatar
 
Join Date: May 2006
Posts: 2,193
Code Monkey is on a distinguished road
iTrader: (0)
Sometimes it's just beyond our control.

I would never be on a host that turns something so critical off.
__________________
Please do not PM me unless it's personal. General vBulletin or mod questions by PM will be ignored.

Try the vBSEO Demo

Click here for Instant Community
Code Monkey is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-27-2006, 10:08 PM   #20 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Well, I am waiting to see. . .

A couple of days ago the primary drive crashed and they reset everything. They have been top notch so far, but... who knows.

*crosses fingers*
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 10-28-2006, 08:43 PM   #21 (permalink)
Senior Member
 
G_Man's Avatar
 
Join Date: Oct 2006
Posts: 475
G_Man is on a distinguished road
iTrader: (0)
Quote:
Hi,

The rewrite module is compiled on all our servers. You do however need to turn it on in your .htaccess file though.

Thank You,
Eric
System Administrator
Site5 Internet Solutions, Inc.
Site5 Affordable Web Hosting - Discount Email and Blog Hosting Company
The first command, Rewrite Engine On, is what he is referring to, correct??
G_Man is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in Technorati