Results 1 to 4 of 4

VBSEO Rewrites not being applied

This is a discussion on VBSEO Rewrites not being applied within the Troubleshooting forums, part of the vBSEO SEO Plugin category; We have just moved servers which has meant getting our Vbulletin forum back up. When activating vbseo , the links ...

  1. #1
    Junior Member
    Real Name
    Dave Sawyer
    Join Date
    May 2006
    Posts
    7
    Liked
    0 times

    VBSEO Rewrites not being applied

    We have just moved servers which has meant getting our Vbulletin forum back up. When activating vbseo, the links on the main forum have been rewritten as per our settings, but when you click on any links we are getting 404 pages.

    It is also NOT taking into account our custom 404 page which we have setup within the vbseo config panel.

    Is this a permission issue, and if so is it the htaccess file that needs it's permissions changed ( Currently 755 ) or the vb seo config file?

    Please advise.

    Dave

  2. #2
    Senior Member
    Real Name
    Ceri May
    Join Date
    Jul 2009
    Location
    United Kingdom
    Posts
    1,726
    Liked
    15 times
    Blog Entries
    1
    Hi Dave,

    This sounds like a problem with the .htaccess file more than anything else, can you confirm that you definitely copied over the correct .htaccess file and possibly try setting the RewriteBase as some server setup's require this.

    If these still don't work paste your .htaccess here or in a ticket so we can help.

    Ceri

  3. #3
    Junior Member
    Real Name
    Dave Sawyer
    Join Date
    May 2006
    Posts
    7
    Liked
    0 times
    When you state setting the rewrirebase, how do we go about doing this. The htaccess file is posted below. Thanks!

    php_flag register_globals on
    # 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 /
    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]
    Header append X-FRAME-OPTIONS "DENY"
    deny from 65.55.*
    #FQ: Thu Feb 11 09:43:33 EST 2010
    RewriteCond %{HTTP_REFERER} freetraffic4friends\.com [NC]
    RewriteRule .* - [L,F]

    Do you mean removing the # from in front of #RewriteBase / forums ?

    If so we are doing this now.

  4. #4
    Junior Member
    Real Name
    Dave Sawyer
    Join Date
    May 2006
    Posts
    7
    Liked
    0 times
    Still no luck. The permissions of the htaccess file are set to 755. Is this correct?

Similar Threads

  1. Replies: 3
    Last Post: 12-31-2009, 05:36 AM
  2. Rewrite Is Not Being Applied Here
    By X1C3W5 in forum URL Rewrite Settings
    Replies: 2
    Last Post: 02-27-2007, 01:12 PM
  3. i applied to be a tester
    By 2shae in forum General Discussion
    Replies: 4
    Last Post: 08-29-2005, 11:45 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
  •