The MU forums have moved to WordPress.org

Sub Directory Problem (8 posts)

  1. Aero7
    Member
    Posted 14 years ago #

    I think I have a problem with my pages and using WPMU installed with sub-directory blogs, because now I cant access any pages.

    The hosted blogs pages are working fine

    I cant belive Im the only one with this issue, so are there anyone out there who can help ? I had this problem for way over a month now and I cant find solutions anywhere..

    Thanks

  2. SteveAtty
    Member
    Posted 14 years ago #

    What errors are you getting?

  3. Aero7
    Member
    Posted 14 years ago #

    no errors, the page refreshes and takes me back to the mainpage/root. Almost seems like it thinks the pages are supposed to be blogs which not exsists.

  4. SteveAtty
    Member
    Posted 14 years ago #

    Any example URLs?

    I assume that you've checked that mod_rewrite is working and that your .htaccess file contains the full set of rewrite ruleS?

  5. Aero7
    Member
    Posted 14 years ago #

    Yes, the permalinks to the posts are working and modrewrite is enabled

    here is a page that wont work
    htxxtp://www.librarium-online.com/about

  6. Aero7
    Member
    Posted 14 years ago #

    here is my .htaccess file btw

    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>
  7. Aero7
    Member
    Posted 14 years ago #

    anyone know whats wrong here ?

  8. SteveAtty
    Member
    Posted 14 years ago #

    Turn on rewrite logging in apache and see if that shows something obviously wrong.

About this Topic