The MU forums have moved to WordPress.org

wp-activate.php was not found on this server. (25 posts)

  1. maxwell67
    Member
    Posted 15 years ago #

    Hi All! I'm on wpmu 2.6 I have problem with the wp-activate.php. After that user registering a new blog and getting the activation email , the activation dose not works. The wp-activate.php is in my folder and I have tested CHMD 775, 777 , 700 ect to be sure that is not a permission problem.
    I'm running wpmu in my root folder :

    http://www.my-domain.com

    I have checked the .htaccess and looks okay :

    Any idea !

  2. MrBrian
    Member
    Posted 15 years ago #

    It would help if you link to your site so i can take a look for myself.

  3. maxwell67
    Member
    Posted 15 years ago #

    Url no 1 without the activation key:
    http://victroquest.tradebloggers.com/wp-activate.php

    Url 2. With activation key:
    http://victroquest.tradebloggers.com/wp-activate.php?key=00ff79d39040129b

    Url no 3.

    Direct request from the main blog :
    http://tradebloggers.com/wp-activate.php

    Thank Brian...
    Josef

  4. maxwell67
    Member
    Posted 15 years ago #

    Has anyone got the same problem as I got? Share your solution please.

    Regards
    Aram

  5. MrBrian
    Member
    Posted 15 years ago #

    Does http://victroquest.tradebloggers.com even exist? It redirects to the main site. I can't even find any subdomain blogs.

  6. maxwell67
    Member
    Posted 15 years ago #

    The main problem is that . I have got the activation code via email , and when I try to active it getting this message : wp-activate.php was not found on this server.

    http://victroquest.tradebloggers.com/wp-activate.php?key=00ff79d39040129b

    regards

  7. maxwell67
    Member
    Posted 15 years ago #

    Brian ! I have checked all files again and to be honest did not find where the problem is coming from.
    I have even checked the .htaccess

    Any idea!

  8. cafespain
    Member
    Posted 15 years ago #

    Hi, it seems that all of your subdomains redirect back to the main blog. Have you got any sort of redirect setup in the htaccess file?

  9. maxwell67
    Member
    Posted 15 years ago #

    No ! I have installed a fresh wpmu in a different server just to be sure . I'm getting the same problem. here is the .htaccess

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ /$1/ [R=301,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]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

  10. andrea_r
    Moderator
    Posted 15 years ago #

    Your htaccess is fine.

    In the new code base, if a blog does not exist, it redirects back to the main blog, unless you comment a lien out somewhere. I just can't remember where yet, and no this is not part of the issue. Right now AFAIC this is expected behavior.

    Quick test: go in the backend and manually create a new blog. Site Admin -> Blogs, scroll to the bottom.

    Then check and see if you can access that new blog. If yes, plunk the address here so we can all double-check and then we'll work on the activation issue.

  11. maxwell67
    Member
    Posted 15 years ago #

    Thank you Andrea !
    I created a test blog and getting the same problem. I'm on a fresh installed wpmu.

  12. andrea_r
    Moderator
    Posted 15 years ago #

    Bingo.

    Did you set up wildcards in Apache? :)

  13. maxwell67
    Member
    Posted 15 years ago #

    No ! Advice please!

  14. lunabyte
    Member
    Posted 15 years ago #

  15. maxwell67
    Member
    Posted 15 years ago #

    Thank you lunabyte! Testing your solution now !!! Will be back with the result....

  16. maxwell67
    Member
    Posted 15 years ago #

    YES! The problem was the wildcards in Apache! Everything works good now . Thank you all!

  17. onlinebisnes
    Member
    Posted 15 years ago #

    Can you specified the solution you made here?
    I might had the same prob with my site now.

  18. tdjcbe
    Member
    Posted 15 years ago #

    The solution is found in the readme file that Luna points the poster to. Please make sure you've followed all of the instructions listed in there.

  19. magas
    Member
    Posted 15 years ago #

    I'm on wpmu 2.7 I have problem with the wp-activate.php. After that user registering a new blog and getting the activation email , the activation dose not works. The wp-activate.php is in my folder and I have tested CHMD 775, 777 , 700 , 660 ect to be sure that is not a permission problem.
    I'm running wpmu in my root folder :

    i have plesk 8.6 .. in german vps

    http://www.mastoraspc.gr

    Please help me guys

  20. ebiladdress
    Member
    Posted 14 years ago #

    Is there a fix to this on Godaddy?

    I ran through This Article which is supposed to supplement the Apache changes. This is done because they do not offer Apache server access.

  21. ebiladdress
    Member
    Posted 14 years ago #

    Here is a link to the site.

  22. ebiladdress
    Member
    Posted 14 years ago #

    my .htaccess

    RewriteEngine On
    RewriteBase /

    #uploaded files
    RewriteRule ^(.*/)?files/$ index.php [L]
    RewriteCond %{REQUEST_URI} !.*wp-content/plugins.*
    RewriteRule ^(.*/)?files/(.*) wp-content/blogs.php?file=$2 [L]

    # add a trailing slash to /wp-admin
    RewriteCond %{REQUEST_URI} ^.*/wp-admin$
    RewriteRule ^(.+)$ $1/ [R=301,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]

    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

  23. inghoward
    Member
    Posted 14 years ago #

    maxwell67, what was the wildcards in Apache you tried to make it work?

  24. andrea_r
    Moderator
    Posted 14 years ago #

    The Apache wildcards are detailed in the readme file.

  25. ebiladdress
    Member
    Posted 14 years ago #

    Just to note, I scrubbed the site and made a new install, everything went fine. Didn't have time to mess with it - srry.

    Besides I'm on Godaddy, so its all messed up anyway. I am moving into my new site, it'l soon have the GD install guide with some notes that help ensure a clean install every time.

    E

About this Topic

  • Started 15 years ago by maxwell67
  • Latest reply from ebiladdress