Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

  • law9
    Participant

    @law9

    Hey there…

    1)Yes latest public release from WPMU website.

    2) No customization has been done as yet.

    3) I have no other plugins except buddypress

    4) Buddypress folders have been migrated to /wp-content/mu-plugins/

    5) I tried reuploading everything from scratch.

    I did some tests with .htaccess and I think it is my .htaccess in the base folder thats playing up.

    Here is the sample of my .htaccess

    Any idea ?

    RewriteEngine On

    RewriteBase luckyperson.net/

    #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>


    law9
    Participant

    @law9

    I mean latest …Obtained it from the download section…(big, orange Download button)


    law9
    Participant

    @law9

    url is luckyperson.net


    law9
    Participant

    @law9

    oops sorry..

    I removed the .htaccess because nothing was showing up…

    .htaccess is back..Changed the permalinks back to what they where.

    I am running the latest wordpress mu 2.7 and lates BP- rc1

    I am at steadfast hsphere panel.

    Still the 404 keep throwing up ?

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar