The MU forums have moved to WordPress.org

links get messed com/mydomain/about (6 posts)

  1. aaadonai
    Member
    Posted 17 years ago #

    Hi,

    I just did a wordpress mu installation and some links on some pages gets messed out like http://com/mydomain/about instead of http://mydomain.com/about

    I believe is something wrong in .htaccess file but I don't know what could be.

    My .htaccess file looks like: (I haven't changed after instalation)

    RewriteEngine On
    RewriteBase /
    # Rewrite http://www.domain.com to domain.com
    RewriteCond %{HTTP_HOST} ^www\.(.*)
    RewriteRule ^(.*) http://%1/$1 [R,L]
    #uploaded files
    RewriteRule ^(.*)?/?files/(.*) wp-content/blogs.php?file=$2 [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]

    I don't know much about .htaccess file, so any help will be very useful.

    Cheers,
    Antonio

  2. lunabyte
    Member
    Posted 17 years ago #

  3. aaadonai
    Member
    Posted 17 years ago #

    This thread solves what I want.
    http://mu.wordpress.org/forums/topic.php?id=3425&replies=6#post-21319

    Thanks lunabyte. I promise to search harder next time before post. :)

  4. drmike
    Member
    Posted 17 years ago #

    Um, looking at the front page may have helped as well since there's two threads on the topic already. And I know that they were both there last night as well. :)

  5. durantori
    Member
    Posted 17 years ago #

    how i will login wordpressmu after install.I tried to login but failur.I have install it on windows XP. What is the problem?
    plz help me
    Rafiq

  6. lunabyte
    Member
    Posted 17 years ago #

About this Topic

  • Started 17 years ago by aaadonai
  • Latest reply from lunabyte