Results 1 to 4 of 4

HTTP 404 Errors

This is a discussion on HTTP 404 Errors within the Troubleshooting forums, part of the vBSEO SEO Plugin category; I installed VBSEO and am still getting http 404 not found errors. I uploaded the .htaccess file and modified it ...

  1. #1
    Junior Member
    Real Name
    Paul Ostrom
    Join Date
    Jul 2008
    Posts
    2
    Liked
    0 times

    HTTP 404 Errors

    I installed VBSEO and am still getting http 404 not found errors. I uploaded the .htaccess file and modified it according to the directions. The site is on a Windows server running IIS and IsapiRewrite Ver 3.

    The site is http://www.thepickledpig.com/forums but I have VBSEO turned off right now since I'm having problems.

    Just about everything I've read here indicates a problem with the .htaccess file. Here's what mine looks like:

    Code:
     
    RewriteEngine On
    RewriteCond %{HTTP_HOST} .*thepickledpig.com
    RewriteRule ^/forums/((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ /forums/vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    RewriteCond %{HTTP_HOST} .*thepickledpig.com
    RewriteCond %{REQUEST_URI} !/forums/(admincp/|modcp/|cron)
    RewriteRule ^/forums/((archive/)?(.*\.php(/.*)?)?)$ /forums/vbseo.php [L,QSA]
    RewriteCond %{HTTP_HOST} .*thepickledpig.com
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^/forums/(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule ^/forums/(.+)$ /forums/vbseo.php [L,QSA]
    Any suggestions as to what I should do next?

  2. #2
    vBSEO.com Webmaster Mert Gökçeimam's Avatar
    Real Name
    Lizard King
    Join Date
    Oct 2005
    Location
    Istanbul, Turkey, Turkey
    Posts
    22,361
    Liked
    540 times
    Blog Entries
    4
    Hello ,

    With IsapiRewrite Ver 3 you just need to upload the .htaccess file inside .htaccess folder.
    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
    Paul Ostrom
    Join Date
    Jul 2008
    Posts
    2
    Liked
    0 times
    Oleg helped fix this problem earlier today. It turns out my web server is running IsapiRewrite Ver 2 and he modified the httpd.ini file to get it working. Everything worked perfect for a few hours. Now, clicking on a thread results in a 404 error. Unlike previously, I can click on a category and get a proper list of threads.

    I had been working on other parts of the site but didn't touch any of the forum files. I believe my host had to restart the ColdFusion service on the server at some point because my CF pages were down for a while.

    Any ideas why it stopped working and what I need to do to fix it? I did update the ticket but thought I'd update this thread as well.

  4. #4
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,689
    Liked
    157 times
    Update: the issue has been resolved.
    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. lighttpd rewrite http:// -> http://www
    By JonnyF in forum URL Rewrite Settings
    Replies: 2
    Last Post: 04-12-2008, 11:27 AM
  2. http://www.vbseo.com/redirect-to/?redirect=http
    By gooster in forum General Discussion
    Replies: 3
    Last Post: 04-10-2008, 01:30 PM
  3. redirecting http://example.com to http://www.example.com
    By dutchbb in forum General Discussion
    Replies: 11
    Last Post: 03-30-2008, 07:22 PM
  4. http://www.domain 301 redirect to http://domain
    By Steve in forum General Discussion
    Replies: 5
    Last Post: 03-16-2008, 12:48 PM
  5. Replies: 1
    Last Post: 11-30-2007, 04:28 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
  •