vBulletin Search Engine Optimization
This is a discussion on Directories don't work with vbSEO... continuation within the Bug Reporting forums, part of the vBSEO SEO Plugin category; OK, so itm turns out VBseo is causing the problem. When I remove everything from the vbseo .htaccess file and ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Directories don't work with vbSEO... continuation
OK, so itm turns out VBseo is causing the problem. When I remove everything from the vbseo .htaccess file and then go to: http://www.webmaster-forums101.com/testvb/, it works fine... But when the code is in the .htaccess file it gives a 404 because it points back to vbseo.php?vbseourl= resulting in a 404 because testvb does not exist in the database... So, this doesn't seem to be working: RewriteCond %{REQUEST_FILENAME} !testvb/ My .htaccess code is below. What am I doing wrong??? HTML 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)
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !testvb/
RewriteCond %{REQUEST_FILENAME} !admincp/
RewriteCond %{REQUEST_FILENAME} !modcp/
RewriteRule ^(.*\.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteRule ^(archive/.*\.php.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
RewriteCond %{REQUEST_FILENAME} !testvb/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]
|
|
#2
| ||||
| ||||
| Re: Directories don't work with vbSEO... continuation Quote:
__________________ 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. |
|
#3
| |||
| |||
| Re: Directories don't work with vbSEO... continuation
I seem to have fixed the problem... I had to remvoe the contents of the .htaccess file in order for me to login. Once I was logged in, I just added the .htaccess contents back. Worked like a charm |
|
#4
| ||||
| ||||
| Re: Directories don't work with vbSEO... continuation
Glad you got it working
__________________ Juan Muriente / 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. |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vBSEO 2.4.0 Released - Includes Google AdSense Targeting Feature! | Juan Muriente | vBSEO Announcements | 74 | 05-20-2006 10:29 PM |
| vBSEO 2.0 RC7 Released | Juan Muriente | vBSEO Announcements | 17 | 09-09-2005 12:00 AM |