The MU forums have moved to WordPress.org

WWW reimplementation with no debate on standards (1 post)

  1. d0k
    Member
    Posted 15 years ago #

    I've to reimplement the www for the main blog on my wpmu installation based on a wpmu 2.5 using buddypress over a linux webserver with wildcard and subdomain applied.
    I don't want to access it using domain.tld but http://www.domain.tld, I'm able to do this commenting
    if( substr( $domain, 0, 4 ) == 'www.' )
    $domain = substr( $domain, 4 );

    in wpmu-setting.php and replacing some url in database but page and posts do not work anymore

    I don't care about standards, my customer will pay on its own about breaking it, please just provide a solution if someone out there had already done this...

    I've read and tried everything about the theme on the forum and nothing seems working..
    Any help will be appreciated

    Regards
    d0k

    PS No debate on standard is to avoid long post that does not offer solutions to problem but seems just flame

About this Topic

  • Started 15 years ago by d0k