The MU forums have moved to WordPress.org

http://www.myblog.com , http://myblog.com (7 posts)

  1. Dave-o
    Member
    Posted 18 years ago #

    can't get to http://myblog.com without the www.

  2. andrewbillits
    Member
    Posted 18 years ago #

    Works just fine for me :)

    Edit:

    Also, wpmu rewrites http://www.whatever.com to http://whatever.com

    The following is from the htaccess:

    # Rewrite http://www.domain.com to domain.com
    RewriteCond %{HTTP_HOST} ^www\.(.*)
    RewriteRule ^(.*) http://%1/$1 [R,L]

  3. Dave-o
    Member
    Posted 18 years ago #

    sorry i was using that as an example
    i understand the .htaccess rerites

    # Rewrite http://www.domain.com to domain.com
    RewriteCond %{HTTP_HOST} ^www\.(.*)
    RewriteRule ^(.*) http://%1/$1 [R,L]

    but fore some odd reason mine is not ,it worked before i installed wpmu
    any clues ?

  4. Dave-o
    Member
    Posted 18 years ago #

    where's the support??????

  5. drmike
    Member
    Posted 18 years ago #

    Well considering we're all users like yourself and the creator of the software is on his honeymoon....

    And you are using Open Source software that you obtained for free....

    Sounds more like an issue with your host. You've already been told that the code you have is correct. (I confirm that as well by the way)

    RewriteCond %{HTTP_HOST} ^www.(.*)
    RewriteRule ^(.*) http://%1/$1 [R,L]

  6. pscblog
    Member
    Posted 18 years ago #

    see .. mine is doing just the oppotsite.

    I have links all to http://blog.pscgaming.com/BLOGHERE and it redirects it to http://www.blog.pscgaming.com/BLOGHERE and breaks it

    ALSO all of my links on my main blog are hosed. Any clues?

  7. drmike
    Member
    Posted 18 years ago #

    That's because you've installed WPMU into a subdomain instead of a root. You can't do that. :)

About this Topic