vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
New vBSEO Discount Level for Network Builders Meet vBSEO Team in New York (Nov. 3rd & 4th) vBSEO 3.2.0 GOLD Has Landed Success with vBSEO = 600ore Web Visitors + $1400 in a Day! Crawlability Inc. Files for SEO Technology Patent
se sw

Confused

This is a discussion on Confused within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; When I click on the link for the Yahoo file it returns me to my forum homepage is this standard ...

Go Back   vBulletin SEO Forums > vBSEO Google/Yahoo Sitemap > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 12-20-2005, 04:25 PM
Senior Member
 
Real Name: FAA Zooman
Join Date: Dec 2005
Location: Cumbria, UK
Posts: 200
Confused

When I click on the link for the Yahoo file it returns me to my forum homepage is this standard or is there a problem with the file.

http://www.hfuk.org.uk/Hospitality_F...1135102220.log
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2  
Old 12-20-2005, 04:27 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Confused

It looks like you didn't make the .htaccess changes that are required.

(You should also set up a password for the Sitemap interface, using the option in AdminCP->vBulletin Options->Sitemap Options, so that it isn't open to the public.)
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 12-20-2005, 04:44 PM
Senior Member
 
Real Name: FAA Zooman
Join Date: Dec 2005
Location: Cumbria, UK
Posts: 200
Re: Confused

Quote:
Originally Posted by ConqSoft
It looks like you didn't make the .htaccess changes that are required.
No not it. I followed the process again just in case I got the wrong first time.

Any other angles.

Quote:
Originally Posted by ConqSoft
(You should also set up a password for the Sitemap interface, using the option in AdminCP->vBulletin Options->Sitemap Options, so that it isn't open to the public.)
Yes I know once I sort this out I'll put the password back on. But cheers for pointing it out. Appreciated.

PHP Code:
# Comment the following line (add '#' at the beginning)
# to disable mod_rewrite functions.
# Please note: you still need to disable the hack in
# the vBSEO control panel to stop url rewrites.
RewriteEngine On
# Some servers require the Rewritebase directive to be
# enabled (remove '#' at the beginning to activate)
# Please note: when enabled, you must include the path
# to your root vB folder (i.e. RewriteBase /forums)
 
RewriteEngine On
RewriteRule 
^(sitemap.*.(xml.gz|txt))$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$[L]
 
RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.*)$ $[L]
 
RewriteCond %{QUERY_STRING} !vbseourl=
RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
 
RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
 
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond 
%{REQUEST_FILENAME} !-d
RewriteRule 
^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4  
Old 12-20-2005, 04:47 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Confused

Actually, I wasn't thinking anyway. If you are using the .htaccess from the latest version of vbSEO in your forums directory, then you would have the correct entry anyway. It comes with it, so no changes would be needed.

Yours looks incorrect though. The line should be:

Code:
RewriteRule ^(sitemap.*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 12-20-2005, 04:48 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,449
Blog Entries: 1
Re: Confused

Zooman,

please make sure that rewrite rule is exactly the same as included in product description (it was slightly different in earlier version, so you may need to modify it).
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 12-20-2005, 05:15 PM
Senior Member
 
Real Name: FAA Zooman
Join Date: Dec 2005
Location: Cumbria, UK
Posts: 200
Re: Confused

No still not working :(.

http://www.hfuk.org.uk/Hospitality_F...1135112735.log

I hate computers sometimes and this happens to be just one of those times
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 12-20-2005, 05:18 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Confused

Pull the .htaccess file out of your vbSEO 2.3.2 zip file and upload it into your forums directory as-is, overwriting your current one. It doesn't need any editing and should work.
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 12-20-2005, 05:24 PM
Senior Member
 
Real Name: FAA Zooman
Join Date: Dec 2005
Location: Cumbria, UK
Posts: 200
Re: Confused

no didn't work, at least I know have the right files now .

Dam Computers.

BTW I appreciate the help guys
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 12-20-2005, 05:26 PM
Keith Cohen's Avatar
vBSEO Staff
vBSEO Total Customer SupportBig Board Administrator
 
Real Name: Keith Cohen
Join Date: Jul 2005
Location: Raleigh, NC USA
Posts: 6,265
Blog Entries: 1
Re: Confused

When I try to go directly to that file, I get an Internal Server Error:

http://www.hfuk.org.uk/Hospitality_F...sitemap.txt.gz
__________________
Keith Cohen / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.


My Personal Sites: My Blog | GPS Discussion Forum
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 12-20-2005, 05:29 PM
Senior Member
 
Real Name: FAA Zooman
Join Date: Dec 2005
Location: Cumbria, UK
Posts: 200
Re: Confused

Sugar (that's not the word I'm thinking but there might be children reading this).

I've never liked Yahoo anywhere.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #11  
Old 12-21-2005, 04:32 PM
Senior Member
 
Real Name: FAA Zooman
Join Date: Dec 2005
Location: Cumbria, UK
Posts: 200
Re: Confused

Right I have tried everthing I can think of. any other ideas?

It's starting to bug (get it) me now.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12  
Old 12-21-2005, 04:52 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,449
Blog Entries: 1
Re: Confused

PM sent
__________________
Oleg Ignatiuk / Crawlability Inc.
vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

vBSEO Google Sitemap Generator - Version 2.2 Released Mandatory Upgrade for vBSEO 3.2.0 GOLD

6X Traffic - $1400 in One Day with vBSEO! Imagine What the vBSEO Patent Pending Technology Can Do For You.

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Rather confused Mirzone General Discussion 4 03-21-2006 02:12 PM
Really Confused Mnemic Relevant Replacements 4 02-28-2006 05:07 AM
Confused. Fender963 General Discussion 1 02-01-2006 05:21 AM
I am confused.... BamaStangGuy General Discussion 1 01-06-2006 07:59 AM
Confused the hell outta google.... rob General Discussion 8 11-20-2005 07:03 PM


All times are GMT -4. The time now is 08:34 AM.


Powered by vBulletin Version 3.8.0 Beta 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.