Results 1 to 5 of 5

404 HTTP Errors

This is a discussion on 404 HTTP Errors within the General Discussion forums, part of the vBSEO SEO Plugin category; Just installed vbseo and when i click on threads on my forum i get errors like this The requested URL ...

  1. #1
    Junior Member
    Real Name
    Pip
    Join Date
    Apr 2011
    Posts
    19
    Liked
    0 times

    404 HTTP Errors

    Just installed vbseo and when i click on threads on my forum i get errors like this

    The requested URL /windows-xp-me-2000-98-95-46/win-95-screenshots-4/ was not found on this server.
    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

    Any ideas how to fix this please

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    23,100
    Liked
    622 times
    Blog Entries
    4
    You need to make sure you upgraded vBSEO .htaccess to your forum root
    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
    Junior Member
    Real Name
    Pip
    Join Date
    Apr 2011
    Posts
    19
    Liked
    0 times
    Ok ,htaccess is in root.This is what it says


    # 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|api\.php)
    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]

    Which part do i need to update pls

  4. #4
    vBSEO Staff Brian Cummiskey's Avatar
    Real Name
    Brian Cummiskey
    Join Date
    Jul 2009
    Location
    btwn NYC and Boston
    Posts
    12,789
    Liked
    657 times
    Blog Entries
    2
    I just checked your site and it appears to be working correctly.

  5. #5
    Junior Member
    Real Name
    Pip
    Join Date
    Apr 2011
    Posts
    19
    Liked
    0 times
    Thanks for checking it out.I worked out the problem

Similar Threads

  1. http:// => http://www when using both http as https ?
    By alfa1 in forum General Discussion
    Replies: 1
    Last Post: 05-02-2011, 10:16 PM
  2. Replies: 5
    Last Post: 09-16-2010, 08:15 PM
  3. HTTP 404 Errors
    By the pickled pig in forum Troubleshooting
    Replies: 3
    Last Post: 07-18-2008, 10:26 AM
  4. lighttpd rewrite http:// -> http://www
    By JonnyF in forum URL Rewrite Settings
    Replies: 2
    Last Post: 04-12-2008, 10:27 AM
  5. redirecting http://example.com to http://www.example.com
    By dutchbb in forum General Discussion
    Replies: 11
    Last Post: 03-30-2008, 06:22 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
  •