Results 1 to 6 of 6

Strange problem with latest patch

This is a discussion on Strange problem with latest patch within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hello, After applying the latest patch for 3.3.0 my forum home page becomes inaccessible, however with index.php in the url ...

  1. #1
    Junior Member
    Real Name
    NFSource
    Join Date
    Aug 2007
    Posts
    17
    Liked
    0 times

    Strange problem with latest patch

    Hello,

    After applying the latest patch for 3.3.0 my forum home page becomes inaccessible, however with index.php in the url it works well;

    Exemples:
    mywebsite.com/forum/ = error
    mywebsite.com/forum/index.php = no problem

    To temporarily fix the problem I uploaded vbseo.php from original 3.3.0

  2. #2
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,752
    Liked
    642 times
    Blog Entries
    2
    Quote Originally Posted by NFSource View Post
    Exemples:
    mywebsite.com/forum/ = error
    mywebsite.com/forum/ = no problem
    Can you be more specific?
    Brian Cummiskey / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  3. #3
    Junior Member
    Real Name
    NFSource
    Join Date
    Aug 2007
    Posts
    17
    Liked
    0 times
    Oops my bad, post edited.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,680
    Liked
    157 times
    Hello,

    what is your .htaccess file content?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


  5. #5
    Junior Member
    Real Name
    NFSource
    Join Date
    Aug 2007
    Posts
    17
    Liked
    0 times
    Code:
    # 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 /forum/
    
    RewriteCond %{HTTP_HOST} !^www\.nfsource\.net
    RewriteRule (.*) http://www.nfsource.net/forum/$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]

  6. #6
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,680
    Liked
    157 times
    It looks ok, could you please open a ticket with ftp access for troubleshooting?
    Oleg Ignatiuk / Crawlability Inc.
    vBSEO 3.6.0 GOLD Released!
    Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!


Similar Threads

  1. strange problem in IE
    By karma in forum Troubleshooting
    Replies: 10
    Last Post: 07-07-2009, 06:29 AM
  2. Strange problem
    By doli in forum Troubleshooting
    Replies: 5
    Last Post: 06-20-2008, 02:51 PM
  3. Problem with latest post on subforums
    By Fellowes in forum Troubleshooting
    Replies: 0
    Last Post: 10-30-2007, 06:23 PM
  4. Strange Problem...?
    By mwo350 in forum Troubleshooting
    Replies: 6
    Last Post: 09-14-2007, 01:03 PM
  5. Latest Thread problem
    By lem in forum Troubleshooting
    Replies: 4
    Last Post: 12-27-2006, 05:31 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
  •