Results 1 to 8 of 8

Zoints Tags and VBSEO help?

This is a discussion on Zoints Tags and VBSEO help? within the General Discussion forums, part of the vBSEO SEO Plugin category; I know that Zoints have a forum I posted this Hi ok I have a little problem HTML thats where ...

  1. #1
    Member
    Real Name
    Karl Daniels
    Join Date
    Jul 2007
    Posts
    32
    Liked
    0 times

    Red face Zoints Tags and VBSEO help?

    I know that Zoints have a forum I posted this

    Hi ok I have a little problem
    HTML
    thats where I have been testing the tags, but when I do a tag with
    mod_rewrite
    selected as on, I get the correct url style but page not found, I hove followed this thread Zoints Network - View Single Post - Tags and VBSEO URLs?
    but still no luck, I was going to turn the mod_rewrite off but then really there would be no point in having it on for SEO.
    Can any one please help me :(
    But wow they are slow with any help on the matter, and reall could do with sorting it out so that the urls are right

    Does any one have any info that can help me with this matter

  2. #2
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    Hi Karl,

    Can you explain the error you are receiving in more detail please?

  3. #3
    Member
    Real Name
    Karl Daniels
    Join Date
    Jul 2007
    Posts
    32
    Liked
    0 times
    Yer np fast here

    this is for a tag that is called html

    www.mkpitstop.co.uk/forum/tags/html/

    it should go to the page for the tag search, but its just going to a page not found :(

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    ace:

    if you click the link in the tags box at the bottom, it brings you to:
    http://www.mkpitstop.co.uk/forum/tags/html/

    which 404's

    I'm guessing this is un-related to vbseo, and is an issue with the tags module itself.

    in your tags directory, be sure you have the following in your htacccess

    Code:
    Options +FollowSymLinks
    RewriteEngine On
    RewriteRule ^(.+)/([0-9]+)/$ index.php?tag=$1&page=$2 [NC,QSA,L]
    RewriteRule ^(.+)/$ index.php?tag=$1 [NC,QSA,L]
    and that the mod_rewrite setting is enabled in the tags CP in the ACP.

    and then, make sure you add the new plugin as described here:
    Zoints Network - View Single Post - Tags and VBSEO URLs?

  5. #5
    Member
    Real Name
    Karl Daniels
    Join Date
    Jul 2007
    Posts
    32
    Liked
    0 times
    tried and check all that all was all ready done including the plugin

    if I change the url to show like

    http://www.mkpitstop.co.uk/forum/tags/index.php/html/

    witch is the vB Archive method it works as it should, but I dont want my links like that as there wouldnt be much point.

    is there a way to change the index.php bit into a word using the CCR in VBSEO, so that it just sorts the problem out?

  6. #6
    vBSEO Staff Ace Shattock's Avatar
    Real Name
    Ace Shattock
    Join Date
    Jul 2005
    Location
    Auckland, New Zealand, New Zealand
    Posts
    3,998
    Liked
    11 times
    Karl,

    Does the issue continue if you disable vBSEO?

    If so, it's a Zoints Tags issue, try Brian's post above.

    (Your Featured Wesites box has a word mis-spelled. )

  7. #7
    Member
    Real Name
    Karl Daniels
    Join Date
    Jul 2007
    Posts
    32
    Liked
    0 times
    it looks like its stupid Zoints problem and there help is cr@p as its slow

    thanks for the spelling :( been like that for a while and no one told me lol

    looks like I will have to do the tags like the post above wile I wait

    thanks again for your time

  8. #8
    Member
    Real Name
    Karl Daniels
    Join Date
    Jul 2007
    Posts
    32
    Liked
    0 times
    I have done it again, I am making a right fool of my self on this forum

    Can I have dumbo member of the month award

    I added

    Code:
    RewriteBase /forum/tags
    to my .htaccess file for Zoints and it worked, I relised it might need it as all my other files have when doing re-writes, well we all leanr by our mistakes and the best thing is its working lol

    Thanks people

Posting Permissions

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