Results 1 to 1 of 1

404s after upgrade

This is a discussion on 404s after upgrade within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I moved my stuff to a new server and upgraded everything to the latest. Now, I'm only getting 404s on ...

  1. #1
    Junior Member
    Real Name
    Conrad Walton
    Join Date
    Feb 2006
    Posts
    4
    Liked
    0 times

    404s after upgrade

    I moved my stuff to a new server and upgraded everything to the latest. Now, I'm only getting 404s on all of my URLs. I assume this is an htacess issue, but I've tried everything I can find. It's got mod_rewrite working. htaccess is there and looks right to me.

    Reality TV Forums at Survivor.com

    I turned off the plug in for now, until I can get it to work.

    Here is what htaccess looks like.


    # 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} !^forums.survivor.com
    RewriteRule (.*) http://forums.survivor.com/$1 [L,R=301]

    RewriteRule ^((urllist|sitemap_).*.(xml|txt)(.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|chat|cron)
    RewriteRule ^(.*.php(/.*)?)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !.(jpg|gif)$
    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1 [L,QSA]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1 [L,QSA]

    Here's part of the httpd config file:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} ^TRACE
    RewriteRule .* - [F]
    </IfModule>
    Last edited by cwalton; 11-24-2007 at 05:15 PM.

Similar Threads

  1. License: Upgrade, Downloads?
    By etterra in forum Pre-Sales Questions
    Replies: 1
    Last Post: 08-22-2007, 11:53 AM
  2. Please Upgrade to vBSEO 3.0 GOLD by Friday, April 20th
    By Joe Ward in forum vBSEO Announcements
    Replies: 17
    Last Post: 04-30-2007, 12:23 PM
  3. Problem! after vBulletin upgrade and Vbseo upgrade
    By MacedonWarrior in forum Troubleshooting
    Replies: 7
    Last Post: 12-12-2006, 06:53 AM

Posting Permissions

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