Results 1 to 8 of 8

Problem with archive

This is a discussion on Problem with archive within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hi I have a problem with archive, when I try to access to archive index, I'm redirected to http://www.site.com/forums/ vBulletin ...

  1. #1
    Member
    Real Name
    djilou
    Join Date
    May 2008
    Posts
    48
    Liked
    0 times

    Problem with archive

    Hi

    I have a problem with archive, when I try to access to archive index, I'm redirected to http://www.site.com/forums/
    vBulletin (V 3.8.4 & vbseo 3.3.0) is installed in http://www.site.com/forum/

    http://www.site.com/forum/archive/f-45-p-10.html redirect to http://www.site.com/forums/&page=10

    My hatccess file :
    Code:
    ErrorDocument 404 /404.php
    
    # 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\.yourdomain\.com
    #RewriteRule (.*) http://www.yourdomain.com/forums/$1 [L,R=301]
    
    RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|cron|vbseo_sitemap)
    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]
    404.php file:
    Code:
    <?php
    
    // ####################### SET PHP ENVIRONMENT ###########################
    error_reporting(E_ALL & ~E_NOTICE);
    
    // #################### DEFINE IMPORTANT CONSTANTS #######################
    define('NO_REGISTER_GLOBALS', 1);
    define('THIS_SCRIPT', '404'); // change this depending on your filename
    
    // ################### PRE-CACHE TEMPLATES AND DATA ######################
    // get special phrase groups
    $phrasegroups = array(
    
    );
    
    // get special data templates from the datastore
    $specialtemplates = array(
        
    );
    
    // pre-cache templates used by all actions
    $globaltemplates = array(
        'custom_404',
    );
    
    // pre-cache templates used by specific actions
    $actiontemplates = array(
    
    );
    
    // ######################### REQUIRE BACK-END ############################
    require_once('./global.php');
    
    // #######################################################################
    // ######################## START MAIN SCRIPT ############################
    // #######################################################################
    
    $navbits = array();
    $navbits[$parent] = '404 Error';
    
    $navbits = construct_navbits($navbits);
    eval('$navbar = "' . fetch_template('navbar') . '";');
    eval('print_output("' . fetch_template('custom_404') . '");');
    
    ?>
    CRR:
    Code:
    '^page\.php\?file=(.+?)$' => 'page-$1'

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,367
    Liked
    542 times
    Blog Entries
    4
    Please try upgrading to vBSEO 3.3.2 and also make sure you updated your .htaccess file also.
    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
    Member
    Real Name
    djilou
    Join Date
    May 2008
    Posts
    48
    Liked
    0 times
    I can't fixe this without upgrading?

  4. #4
    Member
    Real Name
    djilou
    Join Date
    May 2008
    Posts
    48
    Liked
    0 times
    So no fixe for this without upgrading?
    I have a lot of 404 error pages because of this :(

  5. #5
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    Hi,

    Without looking into the issue more closely, there's no way to determine the fix. Please open a support ticket with ftp/admincp/vbseocp access so that a support team member can assist you.

    Thanks
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  6. #6
    Member
    Real Name
    djilou
    Join Date
    May 2008
    Posts
    48
    Liked
    0 times

  7. #7
    vBSEO Staff Juan Muriente's Avatar
    Real Name
    Juan Carlos Muriente
    Join Date
    Jun 2005
    Location
    Puerto Rico
    Posts
    14,267
    Liked
    558 times
    Glad to know it's all sorted now.
    Juan Muriente / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  8. #8
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,782
    Liked
    648 times
    Blog Entries
    2
    There is a similar mod to that one which is NOT in the graveyard, and i know for a fact works with vbseo.
    Dynamically Linked Source - Speed Up Your Multiple Site Network & Upgrades - vBulletin.org Forum you might want to consider looking into this one.
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. Archive Problem?
    By Mr. Mikey in forum Troubleshooting
    Replies: 8
    Last Post: 11-04-2009, 10:51 AM
  2. I have the problem of day-to-day Archive
    By aqaz in forum Troubleshooting
    Replies: 5
    Last Post: 04-15-2009, 10:21 AM
  3. Archive problem
    By tedik in forum General Discussion
    Replies: 5
    Last Post: 08-08-2006, 02:02 PM
  4. URGENT!!! Problem with archive!
    By psico in forum Troubleshooting
    Replies: 1
    Last Post: 11-17-2005, 07:16 PM
  5. Archive problem
    By emin in forum Troubleshooting
    Replies: 2
    Last Post: 11-14-2005, 06:36 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
  •