vBulletin Search Engine Optimization
This is a discussion on vba Links Directory and vbSEO problems within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I recently installed vbSEO on my site with vba Links Directory. vbSEO seems to be working ok for most of ...
| |||||||
Enhancing 80 million pages. | Register | FAQ | Members List | Social Groups | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| vba Links Directory and vbSEO problems
I recently installed vbSEO on my site with vba Links Directory. vbSEO seems to be working ok for most of the site however when I go to my links directory and click on my main category, I get a 404 error. Try it: TalkVirginia When I put the mouse over the main category in the links directory it shows: http://www.talkvirginia.net/links/main-category-2/ but when I click on it I get a 404 error. Any help getting this working would be appreciated! Thanks, Jim |
|
#2
| ||||
| ||||
|
if you're using the vba built in link re-writer, you should add your link/ folder to the htaccess file exclusions. look for the two instances of admincp and add links in the list. one will be |links the other will be |links/ |
|
#3
| |||
| |||
| Quote:
Thanks for the suggestion. I gave that a try however still no joy. Here is my current htaccess file which resides in my site root directory. I have vbadvanced and my forum installed in the same folder. Code: Options +FollowSymlinks
# 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 %{HTTP_HOST} !^www\.talkvirginia\.net
#RewriteRule (.*) http://www.talkvirginia.net/$1 [L,R=301]
RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|links/)
RewriteRule ^((archive/)?(.*\.php(/.*)?)?)$ vbseo.php [L,QSA]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
RewriteRule ^(.+)$ vbseo.php [L,QSA]
#RewriteRule ^([a-zA-Z_0-9\-]+)/robots\.txt$ robots.txt [QSA,L]
#RewriteRule ^whatsnew/links/([0-9]+)/page([0-9]+).html$ browselinks.php?do=newlinks&cutoffdate=$1&page=$2 [QSA,L]
#RewriteRule ^whatsnew/links/(([0-9]?|-)+/?)$ browselinks.php?do=newlinks&cutoffdate=$1 [QSA,L]
#RewriteRule ^whatsnew/posts/([0-9]+)/page([0-9]+).html$ browselinks.php?do=newposts&cutoffdate=$1&page=$2 [QSA,L]
#RewriteRule ^whatsnew/posts/(([0-9]?|-)+/?)$ browselinks.php?do=newposts&cutoffdate=$1 [QSA,L]
#RewriteRule ^whatspopular/([a-zA-Z_0-9\-]+)/$ browselinks.php?do=poplinks&orderby=$1 [QSA,L]
#RewriteRule ^members/([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browselinks.php?do=member&userrewrite=$1&page=$2 [QSA,L]
#RewriteRule ^members/(([a-zA-Z_0-9]|-)+/?)$ browselinks.php?do=member&userrewrite=$1 [QSA,L]
#RewriteRule ^([a-zA-Z_0-9\-]+)/(([a-zA-Z0-9]|-)+)/?$ showlink.php?linkrewrite=$2&catrewrite=$1 [QSA,L]
#RewriteRule ^([a-zA-Z_0-9\-]+)/([a-zA-Z0-9\-]+)/page([0-9]+).html$ showlink.php?linkrewrite=$2&catrewrite=$1&page=$3 [QSA,L]
#RewriteRule ^([a-zA-Z_0-9\-]+)/page([0-9]+).html$ browselinks.php?catrewrite=$1&page=$2 [QSA,L]
#RewriteRule ^([a-zA-Z_0-9\-]+)/?$ browselinks.php?catrewrite=$1 [QSA,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 78.110.
deny from 202.181.105.117
|
|
#4
| ||||
| ||||
|
i dunno then. I hacked mine up so much that i don't even know what's original any more. I re-coded 3/4 of it. I should've never even bought it. heh
|
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| vbadvanced links directory / vbseo sitemap | karlm | Troubleshooting | 8 | 09-13-2008 06:28 AM |
| links directory/vbseo | karlm | Troubleshooting | 5 | 09-05-2008 02:50 PM |
| VBSEO, VBAdvanced Links Directory? | philmckrackon | Pre-Sales Questions | 2 | 05-12-2008 02:42 AM |
| vBSEO mit vBa CMPS und Links Directory? | gipsy | Deutsch | 0 | 02-19-2008 07:54 AM |
| vBSEO error while trying to delete a link in vBA links directory 2.01 | ChrisGuthrie.net | Troubleshooting | 7 | 06-26-2007 12:35 AM |