Help! My users can't post on my SMF forum!

Discussion in 'Databases' started by cscott5288, Jun 8, 2008.

  1. #1
    I run an SMF forum and every time anyone trys to post on my forum, i get:

    Forbidden
    You don't have permission to access /forum/index.php on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.


    --------------------------------------------------------------------------------

    Apache/1.3.41 Server at www.wdzine.com Port 80

    My first though was to look for a .htacess file with the wrong permissions. i found a .htaccess file in my smf forum attachments folder that had a .htacess with:

    <Files *>
    Order Deny,Allow
    Deny from all
    Allow from localhost
    </Files>


    So i deleted the .htacess file and the problem still occurs!
    What should i do?
     
    cscott5288, Jun 8, 2008 IP
    jkrish41 likes this.
  2. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    Should i mess with the permissions on my index.php? right now, the file attribute is set to 644..is that not correct?

    EDIT: I have also uninstalled all mods

    I should also not that my forum is installed behind a wordpress domain
     
    cscott5288, Jun 8, 2008 IP
  3. LinksAndTraffic

    LinksAndTraffic Peon

    Messages:
    187
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #3
    644 is correct. Check with your webhost to see what they can advise.
     
    LinksAndTraffic, Jun 8, 2008 IP
    jkrish41 likes this.
  4. Trusted Writer

    Trusted Writer Banned

    Messages:
    1,370
    Likes Received:
    52
    Best Answers:
    0
    Trophy Points:
    160
    #4
    You should restore this .htaccess files as it's only a way to protect the attachments from being downloaded or linked from somewhere else than your domain.

    If you are receiving that 404 error, I believe your server is configured to read index.html as the index file so add to your root .htaccess this line to correct it

    DirectoryIndex index.php index.index.html index.htm
    Code (markup):
     
    Trusted Writer, Jun 8, 2008 IP
    LinksAndTraffic likes this.
  5. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #5
    Ok, i will restory the .htaccess file i deleted

    Where do i insert that line? there is no .htaccess file in the front directory (after public_html) where my domain (www.wdzine.com) is. should i create one? If so, do i create it in www.wdzine.com/forum or where the domain is: www.wdzine.com?


    thanks for the help!
     
    cscott5288, Jun 8, 2008 IP
  6. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #6
    ok, i tried creating a new .htaccess for both the above locations...didn't work
     
    cscott5288, Jun 8, 2008 IP
  7. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #7
    could it have something to do with my seo mod that i installed to my wordpress blog at www.wdzine.com?

    i tried deactivating it, still the same
     
    cscott5288, Jun 8, 2008 IP
  8. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #8
    THIS IS DRIVING ME CRAZY it doesn't make any sense...if it had something to do with permissions, i'm the admin and i can't even post!
     
    cscott5288, Jun 8, 2008 IP
  9. cscott5288

    cscott5288 Active Member

    Messages:
    912
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #9
    Ok this is extremely weird...certain times of the day users can post but other times they got the error!
    Anyone know what might be going on here?
     
    cscott5288, Jun 8, 2008 IP
  10. kailash

    kailash Well-Known Member

    Messages:
    1,248
    Likes Received:
    42
    Best Answers:
    0
    Trophy Points:
    190
    #10
    Check the error logs of your domain. I think that will help you to find the root cause of your issue. You can also contact your web host.

    Kailash
     
    kailash, Jun 12, 2008 IP