Skip to:
Content
Pages
Categories
Search
Top
Bottom

403 and 404 issue


  • courtenayc
    Member

    @courtenayc

    Hello everyone,

    I’m having some issues with my WPMU + Buddypress install. It’s returning a 403 and 404 error sitewide. The error reads:

    Forbidden

    You don’t have permission to access / on this server.

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

    I am thinking this may have something to do with .htaccess but I know nothing about .htaccess and have not touched it whatsoever since the install. My htaccess file reads:

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule . - [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-.*) $2 [L]
    RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
    RewriteRule . index.php [L]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    Can anyone help me out?

    Thanks :)

  • The topic ‘403 and 404 issue’ is closed to new replies.
Skip to toolbar