Results 1 to 10 of 10

tag problem

This is a discussion on tag problem within the Troubleshooting forums, part of the vBSEO SEO Plugin category; howdy, am having a problem since upgrading with my tag cloud. check ABA DSS - Free to Air Satellite TV ...

  1. #1
    Member
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times

    tag problem

    howdy, am having a problem since upgrading with my tag cloud. check ABA DSS - Free to Air Satellite TV Community - Tags none of the tags work. is there a rewrite setting i am missing?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to add this in .htaccess file:
    Options -FollowSymLinks
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Member
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    i have have two .htaccess, one in the doc root and one in /forum – the VBSEO stuff was in the one in /forum so that’s what I edited.
    At the very bottom of the file, I added:

    Options –FollowSymLinks

    This gives you a “NO PERMISSION” error when you reload the site. Also, as overrides were not set to On as far as I could tell, I also tried it with this:

    AllowOverride Options
    Options –FollowSymLinks

    Doing that gave us an Internal Server Error.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Please try to define other URL format for tag URLs (for instance, use "tag/" instead of "tags/").
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Member
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    where is this option? i only see forum urls, and blog urls. i am using RC5

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    It's in forum URLs section (you should click "+" to expand advanced settings).
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  7. #7
    Member
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    grumble.... i turned off "Rewrite Tags URLs?" and it is still rewriting them sorta.
    like when i mouse over the captain tag, it shows http://www.abadss.com/forum/tags.php?tag=captain, but when i click on it, it gets rewritten to http://www.abadss.com/forum/tag/captain/ and says page not found.

    i am at a loss

  8. #8
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Try to modify functions_vbseo.php file:
    FIND:
    PHP Code:
    if(THIS_SCRIPT == 'tags' && $_GET['tag']) 
    replace with:
    PHP Code:
    if(VBSEO_REWRITE_TAGS && THIS_SCRIPT == 'tags' && $_GET['tag']) 
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  9. #9
    Member
    Real Name
    eric
    Join Date
    Apr 2006
    Posts
    60
    Liked
    0 times
    that did it thanks!

  10. #10
    Member fide's Avatar
    Real Name
    Markus Jung
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    68
    Liked
    4 times
    I had the same problem - reason was, that I used Zoint tags before and there were still some files left. I deleted them and now it works.

    Markus

Similar Threads

  1. htaccess file problem / vbseo problem
    By Bestgfe in forum Troubleshooting
    Replies: 6
    Last Post: 04-05-2006, 10:21 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •