The MU forums have moved to WordPress.org

signup and activation (13 posts)

  1. sivac
    Member
    Posted 17 years ago #

    i had created a new account from signup page, after that i got a activation link like this
    http://host.mysite.com/~my_web/blogs/b4siva/wp-activate.php?key=d5694f979ad215e0
    in my mail. when i click on this link i got a message like "Not Found
    The requested URL /blogs/wp-activate.php was not found on this server."

    i found that there is no folder created named "b4siva" in blog directory

    can anyone help about creating folder in blog

  2. drmike
    Member
    Posted 17 years ago #

    Is b4siva the name of your user?

    Where are the files for WPMU installed? What directory within that URL that you post?

  3. sivac
    Member
    Posted 17 years ago #

    b4siva is an new user which i have created in blog,i installed the blog under
    http://host.mysite.com/~my_web

    my root blog is "http://host.mysite.com/~my_web/blogs" ,i cteated a new blog b4siva in the blog

    then i get a link http://host.mysite.com/~my_web/blogs/b4siva/wp-activate.php?key=d5694f979ad215e0
    in my mail.

    Unfortunately there is no such folder "b4siva" and files

  4. drmike
    Member
    Posted 17 years ago #

    But where are the files for WPMU installed?

    If you have WPMU installed at the subdirectory that would be http://host.mysite.com/~my_web , then the outbound link should be:

    http://host.mysite.com/~my_web/b4siva/wp-activate.php?key=d5694f979ad215e0

    The '/blogs/' bit is just for the site #1 blog. Has nothing to do with any of the rest of them.

    As to the 'b4siva' folder and the files you're looking for, they don't exist. It's all done virtually.

  5. sivac
    Member
    Posted 17 years ago #

    i have installed WPMU in "http://host.mysite.com/~my_web/blogs"

    and the link which i got in mail is
    http://host.mysite.com/~my_web/blogs/b4siva/wp-activate.php?key=d5694f979ad215e0

    but when i click i got following message in browser

    Not Found
    The requested URL /blogs/wp-activate.php was not found on this server.

  6. Misera
    Member
    Posted 17 years ago #

    :x he's installing it into a subdirectory's subdirectory..

  7. sivac
    Member
    Posted 17 years ago #

    i solved the above issue
    thanks for helping

    Actually my problem was with .htaccess file

    I done a change in the line
    RewriteCond %{HTTP_HOST} ^www\.(.*)

    The change is
    RewriteCond %{HTTP_HOST} ^host\.(.*)
    because my url is http://host.mysite.com/~my_web/blogs/b4siva/wp-activate.php?key=d5694f979ad215e0

  8. RussellCoker
    Member
    Posted 17 years ago #

    I am experiencing a similar problem. For test purposes I am trying to run wordpressmu on /wordpressmu with wp_config.php having $base = '/wordpressmu';

    I found that I needed the below patch to get the wp-activate.php page to not give a 404. MU still isn't working for me, but this patch solves one problem.

    diff -u wp-activate.php.orig wp-activate.php
    --- wp-activate.php.orig 2006-09-19 17:43:22.000000000 +1000
    +++ wp-activate.php 2006-09-19 17:45:11.000000000 +1000
    @@ -26,7 +26,11 @@
    if ( empty($_GET['key']) && empty($_POST['key']) ) {
    ?>
    <h2>Activation Key Required</h2>
    -<form name="activateform" id="activateform" method="post" action="/wp-activate.php">
    +<form name="activateform" id="activateform" method="post" action=
    +<?php
    +$base . "/wp-activate.php"
    +?>
    +>
    <table border="0" width="100%" cellpadding="9">
    <tr>
    <th valign="top">Activation Key:</th>

  9. jonwatson
    Member
    Posted 17 years ago #

    patch: **** malformed patch at line 5: if ( empty($_GET['key']) && empty($_POST['key']) ) {

  10. drmike
    Member
    Posted 17 years ago #

    Don't have a clue as to why you posted that.

  11. jonwatson
    Member
    Posted 17 years ago #

    Really? No clue at all?

    I would have thought it was fairly obvious that was the output from the patch in the post immediately preceding mine.

    Takes all kinds, I guess.

  12. drmike
    Member
    Posted 17 years ago #

    Meaning are you having an error? Did you fix it? Was it something that stopped you? Are you asking for help? Where does this occur?

    For example I walk down the road. Does that tell you I'm going to the supermarket or the school?

    What book am I holding up in front of the monitor right now?

    In other words, you're not giving us enough information.

  13. magas
    Member
    Posted 15 years ago #

    I HAVE SIMILAR PROBLEM

    if yout type the username and pass

    http://alb.mastoraspc.gr/wp-login.php
    Username: alb
    Password: 84ab6b8a

    redirect to my other wordpress
    site http://www.canfindonline.com
    and login only if you write the username and pass
    off canfindonline.com

    when i click

    http://bledar.mastoraspc.gr/wp-activate.php?key=3fb3b31beb5ba37e

    or

    http://vladimirramo.mastoraspc.gr/wp-activate.php?key=c992a7289e93eb2c

    nothing found for Wp-activate ph

    i have vps and plesk 8.6 with 30 websites accounts

About this Topic