The MU forums have moved to WordPress.org

Activation email error (12 posts)

  1. antifeds
    Member
    Posted 16 years ago #

    Still getting a 404 when clicking on activation email.

    SPent the last hour trying out everything I could find in these forums but nothing worked. I am a novice when it comes to working with the htaccess file, so I'm probably missing something directly in front of me.

    Heres my htaccess file contents:

    RewriteEngine On
    RewriteBase /

    #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]

    Hosting on 1and1 US version.

    Thanks in advance for any help.

  2. andrea_r
    Moderator
    Posted 16 years ago #

    htacces looks fine. need more to go on tho. is it a subdomain install? did you enable wildcards?

  3. drmike
    Member
    Posted 16 years ago #

    How about a link to your wpmu install?

    How about a copy of what the activation URL looks like?

  4. antifeds
    Member
    Posted 16 years ago #

    Andrea-

    No, this isnt on a subdomain, I installed it as root.

  5. antifeds
    Member
    Posted 16 years ago #

    Drmike-

    The activation URL looks like this:

    "http://xxx.themotorboat.com/wp-activate.php?key=ce7f162f26ea536c"

    And the WPMU is installed at themotorboat.com

  6. lunabyte
    Member
    Posted 16 years ago #

    Do any subdomains work at all?

    If not, then it's probably either the Apache wildcard setting, or the DNS wildcard setting.

  7. antifeds
    Member
    Posted 16 years ago #

    Investigating the wildcard issue now to see if I can make it work

  8. lunabyte
    Member
    Posted 16 years ago #

    I'll add to this...

    I just tried that domain, and got a 404 when I should have been redirected to the sign-up page to sign up a domain that doesn't exist.

    So, your subdomains are NOT set up properly either in Apache or your DNS.

  9. antifeds
    Member
    Posted 16 years ago #

    You tried themotorboat.com and got a 404?

    Odd, I just pulled it up with no problems.

  10. lunabyte
    Member
    Posted 16 years ago #

    No, I tried a subdomain there, and got a 404.

    Which means that subdomains are not setup/installed correctly.

  11. andrea_r
    Moderator
    Posted 16 years ago #

    Which is what I asked....

  12. drmike
    Member
    Posted 16 years ago #

    Can't ping the subdomains. (Easiest way to check) Looks like it's an issue with a missing wildcard for dns or apache.

About this Topic