Results 1 to 11 of 11

Redirect Loop In Rc 5

This is a discussion on Redirect Loop In Rc 5 within the Troubleshooting forums, part of the vBSEO SEO Plugin category; When i first upload and (don't login the vbseocp) the url works fine. as miss-nana But as soon as i ...

  1. #1
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times

    Redirect Loop In Rc 5

    When i first upload and (don't login the vbseocp) the url works fine. as miss-nana

    But as soon as i login vbseocp and re enter password

    my url shows up as example lil+mama when i click on it it brings me there : http://www.dancehallareaz.com/forum/tags/miss%20nana/

    and it shows a Redirect Loop

    i've tried editing the link to see if it was an error or something
    http://www.dancehallareaz.com/forum/tags/miss-nana/ (Invalid Tag specified. If you followed a valid link, please notify the administrator)
    nor
    http://www.dancehallareaz.com/forum/tags/miss+nana/ forwards me to :

    http://www.dancehallareaz.com/forum/tags/miss_nana/ which gives me redirect loop

    Is there something to add to htaccess?
    Last edited by MissKalunji; 05-03-2008 at 11:43 AM.

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,111
    Liked
    622 times
    Blog Entries
    4
    Thanks for reporting. This issue will be fixed within the next version
    Mert Gökçeimam / Crawlability Inc.

    vBSEO 3.6.0 Alpha Önizlemesi - Including Like Tree
    Unveiling the NEW vBSEO Sitemap Generator 3.0 - available NOW for vBSEO Customers!


    Twitter:@Depkac
    Personal Blog : Mert Gökçeimam

  3. #3
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Hello,

    you can modify functions_vbseo.php file to fix that:
    FIND:
    PHP Code:
    $vbse_rurl vbseo_tags_url(VBSEO_URL_TAGS_ENTRY$_GET); 
    REPLACE WITH:
    PHP Code:
                   $apars $_GET;
                   
    $apars['tag'] = urlencode($apars['tag']);
                   
    $vbse_rurl vbseo_tags_url($apars['page'] ? VBSEO_URL_TAGS_ENTRYPAGE VBSEO_URL_TAGS_ENTRY$apars); 
    Last edited by Oleg Ignatiuk; 05-06-2008 at 05:21 PM.

  4. #4
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    Quote Originally Posted by Mert Gökçeimam View Post
    Thanks for reporting. This issue will be fixed within the next version
    Anytime

    Quote Originally Posted by Oleg Ignatiuk View Post
    Hello,

    you can modify functions_vbseo.php file to fix that:
    FIND:
    PHP Code:
    $vbse_rurl vbseo_tags_url(VBSEO_URL_TAGS_ENTRY$_GET); 
    REPLACE WITH:
    PHP Code:
                   $apars $_GET;
                   
    $apars['tag'] = urlencode($apars['tag']);
                   
    $vbse_rurl vbseo_tags_url(VBSEO_URL_TAGS_ENTRY$apars); 
    Yep that works thanks.

    One thing tho i put 1 like it says in the config but my tags are still + what am i supposed to do next?

  5. #5
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please try to manually enable this option in config_vbseo.php file:
    PHP Code:
        define('VBSEO_URL_TAGS_FILTER',        1); 

  6. #6
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    I did and it rewrites them like that :

    forum/tags/book+review/

    instead of

    forum/tags/book-review/

  7. #7
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Please open a support ticket with FTP access for troubleshooting.

  8. #8
    Senior Member MissKalunji's Avatar
    Real Name
    Mj
    Join Date
    Mar 2006
    Location
    Canada
    Posts
    207
    Liked
    2 times
    okay done thanks

  9. #9
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    Update: VBSEO_URL_TAGS_FILTER option was disabled (set to 0) in config file, I've enabled it.

  10. #10
    wld
    wld is offline
    Member wld's Avatar
    Real Name
    Milan
    Join Date
    Feb 2008
    Location
    New York
    Posts
    88
    Liked
    0 times
    Our tag urls were showing like this...

    forum/tags/latin20%america.htm

    ...instead of this...

    forum/tags/latin-america.htm



    Quote Originally Posted by Oleg Ignatiuk View Post
    Please try to manually enable this option in config_vbseo.php file:
    PHP Code:
        define('VBSEO_URL_TAGS_FILTER',        1); 
    I enable the option above and it solved the problem but shouldn't this option be set to "1" by default?

  11. #11
    Senior Member
    Real Name
    Marco Mamdouh
    Join Date
    May 2008
    Location
    Egypt
    Posts
    2,627
    Liked
    3 times
    Blog Entries
    1
    Quote Originally Posted by wld View Post
    Our tag urls were showing like this...

    forum/tags/latin20%america.htm

    ...instead of this...

    forum/tags/latin-america.htm





    I enable the option above and it solved the problem but shouldn't this option be set to "1" by default?
    In my forum the tags working fine without enable the tags filter but if I see the same problem with tags then I need to enable it
    so this shouldn't be enabled by default

Similar Threads

  1. VBSEOCP Admin login Loop
    By Atheda in forum Troubleshooting
    Replies: 8
    Last Post: 10-28-2007, 06:30 PM
  2. Bringing Yahoo in the loop...
    By PC101 in forum General Discussion
    Replies: 11
    Last Post: 10-03-2007, 09:54 PM
  3. Safe Mode Redirection Loop
    By SirAdrian in forum Troubleshooting
    Replies: 1
    Last Post: 10-24-2006, 07:42 PM
  4. vBadvanced redirection loop
    By DodgeBoard.com in forum URL Rewrite Settings
    Replies: 12
    Last Post: 10-04-2006, 04:37 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
  •