The MU forums have moved to WordPress.org

"activate your blog" link -> can't display a page (8 posts)

  1. skynight
    Member
    Posted 16 years ago #

    Hi,

    I installed the WP MU and use subdomains for new blogs.

    When a new user signs up for a blog, he gets activation link email but when clicking on this link there is a error "The requested URL /wp-activate.php was not found on this server."

    And when i go to subdomain.sosialita.com it go to page that say "Apache is working on your cPanel...". Sample: holi.sosialita.com

    I have add wildcard subdomain on my dns:
    *.sosialita.com. 14400 A 67.228.1.212

    My .htaccess:

    RewriteEngine On
    #RewriteBase BASE/ (I remark this because my web show error)

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    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]

    Any ideas what could be wrong?

    Thanks and Warm Regards,
    Kurniawan

  2. andrea_r
    Moderator
    Posted 16 years ago #

    you forgot the wildcard entry in Apache.

  3. theapparatus
    Member
    Posted 16 years ago #

    Looks like it to me as well.

  4. bschwarting
    Member
    Posted 16 years ago #

    can someone post an example http.conf near the virtual host area? need an example to follow to setup mine. thanks!

  5. andrea_r
    Moderator
    Posted 16 years ago #

    Wherever it says ServerAlias yourdomain.com, add *.yourdomain.com on the same line.

  6. bschwarting
    Member
    Posted 16 years ago #

    it didn't have serveralias in the file, that is why i was asking.

  7. andrea_r
    Moderator
    Posted 16 years ago #

    got a virtual hosts section? Is your account/domain listed there?

    http://steinsoft.net/index.php?site=programming/articles/apachewildcarddomain

    is an example.

  8. bschwarting
    Member
    Posted 16 years ago #

    i meant to tell you that i fumbled through it last last night and got it to work. thanks!

    good reference though for future searchers, if they exist :)

About this Topic

  • Started 16 years ago by skynight
  • Latest reply from bschwarting