The MU forums have moved to WordPress.org

Questions about WPMU Blog php query params (2 posts)

  1. zappoman
    Member
    Posted 17 years ago #

    Hi, I am trying to get WPmu to work on IIS. I know, it's suicide... but before you all ignore, please take a second to consider helping me out.

    First of all, I think I got past the bulk of the mod_rewrite issues... but maybe not. I'm using a great tool I found call Ionic Isapi Rewriter Filter... it is very full featured.

    So, I've got the main blog working pretty well... but I can't seem to get user blogs or user admin features to work at all. I am trying to use subdirectories, not sub-domains.

    I can see that the default PHP seems to point these to "/*blog-name*/wp-admin" or "/*blog-name*/blog/yy/mm/dd".

    For the main blog, I know these are supposed to be rewritten into something like "/index.php?year=$1&monthnum=$2&day=$3" But this only goes to the main blog... what is the correct index.php parameters to go to a sub-blog?!

    Please help! Thanks!

    -Brad

  2. ccore
    Member
    Posted 16 years ago #

    /index.php?year=$1&monthnum=$2&day=$3&name=$4

About this Topic