Results 1 to 5 of 5

Bug with tags using /

This is a discussion on Bug with tags using / within the Bug Reporting forums, part of the vBSEO SEO Plugin category; Hi, if using the tag with a slash, for example 01/02/03 this open a 404 page not found....

  1. #1
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times

    Bug with tags using /

    Hi,
    if using the tag with a slash, for example 01/02/03 this open a 404 page not found.

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    Please try to modify functions_vbseo_createurl.php file:
    FIND:
    PHP Code:
    if(VBSEO_URL_TAGS_FILTER
    ADD ABOVE:
    PHP Code:
    $apars['tag'] = str_replace('%2F''/'$apars['tag']); 

  3. #3
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    Quote Originally Posted by Oleg Ignatiuk View Post
    Please try to modify functions_vbseo_createurl.php file:
    FIND:
    PHP Code:
    if(VBSEO_URL_TAGS_FILTER
    ADD ABOVE:
    PHP Code:
    $apars['tag'] = str_replace('%2F''/'$apars['tag']); 
    Thanks for the fast reply!

  4. #4
    Senior Member Sysop's Avatar
    Real Name
    Toni
    Join Date
    Oct 2007
    Location
    Italy
    Posts
    176
    Liked
    0 times
    Just a question, all of this fix will be introduced for next versions of vbseo or is well to keep the sign everything to modify the files the next update when there will be?

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    168 times
    It will be included.

Similar Threads

  1. Duplicate meta tags and short tags
    By Blake2181 in forum General Discussion
    Replies: 4
    Last Post: 08-05-2008, 10:37 PM
  2. Moving zoints tags to vB tags - help needed
    By StarBuG in forum Custom Rewrite Rules
    Replies: 1
    Last Post: 05-28-2008, 07:51 AM
  3. Is this H1 and H2 tags?
    By JADM in forum Relevant Replacements
    Replies: 7
    Last Post: 01-06-2008, 03:43 PM
  4. H1 H2 H3 Tags. How do I add this?
    By foulplay in forum General Discussion
    Replies: 1
    Last Post: 09-11-2007, 07:14 AM
  5. tags
    By croportal in forum vBSEO Features Archive
    Replies: 19
    Last Post: 11-22-2006, 04:33 PM

Posting Permissions

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