vBulletin Search Engine Optimization
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). ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| 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:
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. |
|
#2
| ||||
| ||||
|
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. |
|
#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:
|
|
#4
| ||||
| ||||
|
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. |
|
#5
| |||
| |||
|
Setting that to the actual (Windows) physical path: Quote:
|
|
#6
| ||||
| ||||
|
It should point to the domain root: PHP Code:
__________________ 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. |
| Thread Tools | |
| |
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 |