Results 1 to 2 of 2

brought up backup/development server and links do not work

This is a discussion on brought up backup/development server and links do not work within the General Discussion forums, part of the vBSEO SEO Plugin category; can someone give me some help as to where I should look to fix this problem. I brought up a ...

  1. #1
    Junior Member
    Real Name
    jeff
    Join Date
    Jun 2006
    Posts
    20
    Liked
    0 times

    brought up backup/development server and links do not work

    can someone give me some help as to where I should look to fix this problem.

    I brought up a backup/development server and copied over all my production data and forums. The directory structure on my backup server is exactly the same as my live site which is running just fine.

    MOD_REWRITE IS ENABLED ON MY BACKUP SERVER

    my vbulletin software loads up fine buy when I click on a link to take me into a forum I get this error message:

    Not Found

    The requested URL /forums/cruising/ was not found on this server.



    here is my htaccess file:



    # 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 vBulletin folder (i.e. RewriteBase /forums)

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

    RewriteCond %{REQUEST_FILENAME} -f
    RewriteCond %{REQUEST_FILENAME} (admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^(.*)$ $1 [L]

    RewriteCond %{QUERY_STRING} !vbseourl=
    RewriteCond %{REQUEST_FILENAME} !chat
    RewriteRule ^(.*.php)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteRule ^(archive/.*)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.+)$ vbseo.php?vbseourl=$1&%{QUERY_STRING} [L]

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,741
    Liked
    168 times
    Hello,

    make sure that mod_rewrite rules are allows in .htaccess by your apache configuration.

Posting Permissions

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