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 3.2.0 Patch Release for vB 3.8 vBSEO Total Support Team Launches DeskPro 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

vba Links Directory and vbSEO problems

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 ...

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 10-29-2008, 06:57 PM
Junior Member
 
Real Name: Jim MacDiarmid
Join Date: Mar 2008
Posts: 22
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #2  
Old 10-29-2008, 07:08 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,802
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/
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #3  
Old 10-29-2008, 09:27 PM
Junior Member
 
Real Name: Jim MacDiarmid
Join Date: Mar 2008
Posts: 22
Quote:
Originally Posted by briansol View Post
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/
Hi Brian,

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Share on Facebook!
Reply With Quote
  #4  
Old 10-29-2008, 09:54 PM
briansol's Avatar
Senior Member
vBSEO Pre-Release TeamDesign for SEOBig Board Administrator
 
Real Name: Brian
Join Date: Apr 2006
Location: Central CT, USA
Posts: 5,802
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
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
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


All times are GMT -4. The time now is 09:30 PM.


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