Forums

WPMU & Buddypress IE issues 404's (3 posts)

  1. brosse
    Member
    Posted 1 year ago #

    First off let me say, my site works perfect with Firefox.

    For some reason IE gets 404 errors any time you access a subdirectory that is not part of the original wpmu instalation.

    This affects Buddypress and any pluging that requires you to browse a subdirectory not owned by WPMU.

    Again this only occures in IE, and every IE, on any machine, anywhere.

    But foxfire zero issues. Please help

  2. brosse
    Member
    Posted 1 year ago #

    Also tested google chrome with zero issues. so far this problem is only in IE7.

  3. brosse
    Member
    Posted 1 year ago #

    Does Buddypress require additional rewrite rules?

    here is my .htaccess file

    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>

Topic Closed

This topic has been closed to new replies.

About this Topic