vBulletin SEO Forums

SEO

vBulletin Search Engine Optimization

Buy vBSEO Now! HACKER SAFE certified sites prevent over 99.9% of hacker crime.
ne nw
vBSEO Total Support Team Launches DeskPro New vBSEO Discount Level for Network Builders 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

404 Errors & Other Bad Things

This is a discussion on 404 Errors & Other Bad Things within the Troubleshooting forums, part of the vBSEO SEO Plugin category; New install of vBSEO 3-0-0_rc8d (zend) on VBulletin 3.6.5. The site is running on Win2k3 IIS and using ISAPI_Rewrite (Lite). ...

Go Back   vBulletin SEO Forums > vBSEO SEO Plugin > Troubleshooting

Enhancing 80 million pages.

Register FAQ Members List Social Groups Calendar Search Today's Posts Mark Forums Read
  #1  
Old 04-16-2007, 08:44 PM
Junior Member
 
Real Name: calccw
Join Date: Apr 2007
Posts: 3
404 Errors & Other Bad Things

New install of vBSEO 3-0-0_rc8d (zend) on VBulletin 3.6.5. The site is running on Win2k3 IIS and using ISAPI_Rewrite (Lite).

If VBSEO is enabled, I have the following symptoms:When getting 404 navigating to a thread, the address shows http://www.mysite.com/dirpath1/dirpa...ight=concealed where the dirpaths are the actual physical path on the server minus the drive letter - i.e. d:\dirpath1\dirpath2\dirpath3.

The VBSEO_CUSTOM_DOCROOT is set to:
define('VBSEO_CUSTOM_DOCROOT', '/forums');

With it set to blank, clicking on a forum page results in a 404 and shows http://www.mysite.com/Forums/new-members/ in the address bar.

My ISAPI_Rewite configuration has httpd.ini in central location using ISAPI_Rewrite Lite. ISAPI_Rewrite is listed in the ISAPI filters of only the target website (it was removed from the IIS global config). httpd.ini:

[ISAPI_Rewrite]
# Defend your computer from some worm attacks
RewriteRule .*(?:global.asa|default\.ida|root\.exe|\.\.).* . [F,I,O]
#
# VBSEO
#
#RewriteCond URL ^/forums/(?!attachments|iconimages).*
RewriteRule ^(.*\.(?:gif|swf.*|jpg|png|css|xml|js|htm|txt|zip) )$ $1 [I,L]
#RewriteCond Host: CalCCW
RewriteRule ^/forums/((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
#RewriteCond Host: CalCCW
RewriteCond URL ^/forums/(?!admincp/|modcp/|clientscript/|cpstyles/|images/|search\.php).*
RewriteRule ^/forums/(.+?)(?:\?(.*))?$ /forums/vbseo.php?vbseourl=$1(?2&$2) [L]





I've spent a great deal of time searching through the forums and this seems like a common issue, but it seems that most posts end up moving to support and then no solution is posted. Sounds like a good FAQ.

Any ideas? I have FTP access set up, but it's not showing this username as a valid paid vbSEO customer, so I can't open a ticket.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 04-16-2007, 09:10 PM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
Hello,

you should not modify VBSEO_CUSTOM_DOCROOT setting in config file unless you have some issues, please set it to empty string and check if that works.
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
Reply With Quote
  #3  
Old 04-16-2007, 10:02 PM
Junior Member
 
Real Name: calccw
Join Date: Apr 2007
Posts: 3
It was the problems that prompted the change to VBSEO_CUSTOM_DOCROOT - so no, it doesn't work if I set it back. I tried it back and forth numerous times.

...and from below:

Quote:
The VBSEO_CUSTOM_DOCROOT is set to:
define('VBSEO_CUSTOM_DOCROOT', '/forums');
With it set to blank, clicking on a forum page results in a 404 and shows http://www.mysite.com/Forums/new-members/ in the address bar.
So, blank VBSEO_CUSTOM_DOCROOT results in 404s to the forum page, thread page, and folder graphic, VBSEO_CUSTOM_DOCROOT set to '/forums' results in 404s only to the thread pages and folder graphic.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 04-16-2007, 10:16 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,277
That field should contain the full physical path, not a web relative path.
__________________
Keith Cohen / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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

Last edited by Keith Cohen; 04-17-2007 at 08:45 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #5  
Old 04-16-2007, 10:25 PM
Junior Member
 
Real Name: calccw
Join Date: Apr 2007
Posts: 3
Setting that to the actual (Windows) physical path:
Quote:
define('VBSEO_CUSTOM_DOCROOT', 'D:\Websites\subdir1\subdir2\Forums');
results in 404 error when browing to individual forum pages with the address bar showing http://www.mysite.com/Forums/new-members/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #6  
Old 04-17-2007, 05:46 AM
Oleg Ignatiuk's Avatar
vBSEO Staff
vBSEO Total Customer SupportvBSEO Documenter
 
Real Name: Oleg Ignatiuk
Join Date: Jun 2005
Location: Belarus
Posts: 21,923
It should point to the domain root:
PHP Code:
define('VBSEO_CUSTOM_DOCROOT''D:/Websites/subdir1/subdir2'); 
__________________
Oleg Ignatiuk / Crawlability Inc.
Support Team Launches New DeskPro Powered Tool Enhanced Support at Your Service

vBSEO 3.2.0 Launched - Maximum Overdrive for Your Web Traffic! Over 100 Instant SEO Optimizations

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!Share on Facebook!
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
404 Errors RaceJunkie Troubleshooting 20 07-24-2007 02:33 AM
Having a problem with some 404 errors mvulcan Troubleshooting 3 09-08-2006 04:52 PM
Sorry to raise again.. Mirzone Troubleshooting 3 06-22-2006 11:49 AM
404 errors T2DMan Bug Reporting 5 08-16-2005 09:16 PM


All times are GMT -4. The time now is 01:33 AM.


Powered by vBulletin Version 3.8.0 Release Candidate 2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.5 ©2008, Crawlability, Inc.