The MU forums have moved to WordPress.org

Can't login to new install of WP MU (4 posts)

  1. ArnyVee
    Member
    Posted 14 years ago #

    I'm assuming that I've set something up incorrectly (maybe with the database or something), but I can't access my WP MU install with my admin and password provided by the system.

    Any common suggestions or tutorials that I should follow to ensure that I did everything correctly?

  2. ArnyVee
    Member
    Posted 14 years ago #

    Alright, I received some help from my host and they mentioned that it's the .htaccess file that is causing me issues.

    Any suggestions on what I need to adjust/remove/add on the .htaccess file to ensure that my WP MU functions correctly?

  3. ArnyVee
    Member
    Posted 14 years ago #

    I've installed WP MU on the subdirectory of /blogs and I'm looking to see if I did something wrong.

    This is the htaccess file's contents....

    RewriteEngine On
    RewriteBase /blogs/

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

  4. ArnyVee
    Member
    Posted 14 years ago #

    I can access everything if I disable the htaccess file, so obviously it's something (and probably very easy) that I have to adjust in the file.

    Any help would be appreciated.

About this Topic