Results 1 to 3 of 3

Noob getting 404 errors

This is a discussion on Noob getting 404 errors within the Troubleshooting forums, part of the vBSEO SEO Plugin category; Hey guys, I couldnt find the solution to what I'm seeing after I tried some of the tips on-line. After ...

  1. #1
    Junior Member
    Real Name
    steve jones
    Join Date
    Nov 2006
    Posts
    3
    Liked
    0 times

    Noob getting 404 errors

    Hey guys,

    I couldnt find the solution to what I'm seeing after I tried some of the tips on-line.

    After I install vbSEO, the rewrites show up in the URL bar but I get 404s.

    I used the .htaccess that was in the uploads directory. By the way, the htaccess.txt file is different from the one that is included in the uploads directory. Is that correct?

    I tried turning on the rewrite base with /forums and /dir/forums and even just plain / -- nothing. I also tried with it off.

    I have mod_rewrite on.

    I did not edit anything in the .htaccess file [either one; tried the .txt and the one in the uploads directory]. I also tried to put my url name in the one that's in the upload directory to see if that would make a difference. It did not.

    This is what I have in my httpd.conf file for my domain:

    PHP Code:
    RewriteEngine on
            
    # Event Rule
            
    RewriteRule /calendar/event/(.*) /calendar/event.php?ID=$[proxy,last]
            
    # Question Rule
            
    RewriteRule /faq/questionphp/(.*) /faq/question.php?qstId=$[proxy,last]
            
    ErrorDocument 404 /e404.php
                    
    #CGI
                    
    ScriptAlias /cgi-bin"/www/mysite.com/cgi-bin/"
                    
    <Directory "/www/mysite.com/cgi-bin">
                            
    AllowOverride None
                            Options None
                            Order allow
    ,deny
                            Allow from all
                    
    </Directory>
                    
    #/CGI 
    I put both versions of htaccess in my /forums directory [not at the same time].

    Any help would be appreciated.

    I imported the product as well.

    Steve

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

    try to add this to your httpd.conf file:
    Options +FollowSymLinks

  3. #3
    Junior Member
    Real Name
    steve jones
    Join Date
    Nov 2006
    Posts
    3
    Liked
    0 times
    Didn't help. I opened a troubleticket.

Similar Threads

  1. Having a problem with some 404 errors
    By mvulcan in forum Troubleshooting
    Replies: 3
    Last Post: 09-08-2006, 03:52 PM
  2. Show 404 errors "Sitemap file not found" in Download Logs
    By Lian in forum Sitemap Features Archive
    Replies: 1
    Last Post: 07-25-2006, 06:44 AM
  3. 404 errors
    By T2DMan in forum Bug Reporting
    Replies: 5
    Last Post: 08-16-2005, 08:16 PM
  4. 404 errors - they need to show, but are not
    By T2DMan in forum Bug Reporting
    Replies: 5
    Last Post: 08-12-2005, 07:11 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
  •