The MU forums have moved to WordPress.org

Installing wordpress mu 2.7 (34 posts)

  1. jagalizzi
    Member
    Posted 15 years ago #

    Hello, I'm trying to install wordpress mu 2.7.
    I did all the steps required and nothing appears, only a 404 error.
    What can i do?

  2. VentureMaker
    Member
    Posted 15 years ago #

    404 error where?

  3. jagalizzi
    Member
    Posted 15 years ago #

    In http://www.meditationee.com/Spiritual-Blogs

    In Spiritual-Blogs are the files of wordpress mu.

  4. SteveAtty
    Member
    Posted 15 years ago #

    You had 404 error issues a month ago didn't you? Did you ever get those resolved because if you didn't I'd suggest that your problem this time is the same problem as last time

  5. jagalizzi
    Member
    Posted 15 years ago #

    Yes, I deleted all last time and now i'm trying to install it again.
    But, i don't know, the first time was easy and quick, i did the steps several times and nothing happens.

  6. shawnkhall
    Member
    Posted 15 years ago #

    My first guess would be that your .htaccess file "BASE" directive and the wp-config.php options for "base", "domain_current_site" and/or "path_current_site" are invalid.

  7. jagalizzi
    Member
    Posted 15 years ago #

    So, you mean create a new database?
    And I have a question, the .htaccess file is created when you install wordpress? Because in the folder of wordpress 2.7. is already created.

  8. shawnkhall
    Member
    Posted 15 years ago #

    compare it to the "htaccess.dist" file, and compare the "wp-config.php" file with "wp-config-sample.php".

  9. jagalizzi
    Member
    Posted 15 years ago #

    I don't have the "htaccess.dist" file.

  10. VentureMaker
    Member
    Posted 15 years ago #

    This file is in installation package of WPMU.

  11. jagalizzi
    Member
    Posted 15 years ago #

    I compare them, they seems to be ok.

  12. VentureMaker
    Member
    Posted 15 years ago #

    There is at least one difference between htaccess.dist and .htaccess that you should have on your server.
    In .htaccess there should be RewriteBase /

  13. jagalizzi
    Member
    Posted 15 years ago #

    And where is the .htaccess file?

    The htaccess.dist:

    RewriteEngine On
    RewriteBase BASE/

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

  14. VentureMaker
    Member
    Posted 15 years ago #

    Rename htaccess.dist to .htaccess and upload to your website's root folder.

    Change
    RewriteBase BASE/
    to
    RewriteBase /

  15. jagalizzi
    Member
    Posted 15 years ago #

    I did what you told me but when i upload the .htaccess file doesn't appear in the server.

  16. VentureMaker
    Member
    Posted 15 years ago #

    Some FTP clients do not display hidden files by default. The .htaccess is a hidden file.
    Go thru options of your FTP client and make it display hidden files.

    What hosting are you using?

  17. jagalizzi
    Member
    Posted 15 years ago #

    I'm using ix web hosting.
    To uploading files i use Bullet Proof and i don't find the hidden option.

  18. jagalizzi
    Member
    Posted 15 years ago #

    Well, i can see the file now but doesn`t work anyway

  19. VentureMaker
    Member
    Posted 15 years ago #

    What doesn't work?

  20. jagalizzi
    Member
    Posted 15 years ago #

    Wordpress mu, i don't understand why appears the 404 error.
    Because I followed all the steps.

  21. jagalizzi
    Member
    Posted 15 years ago #

    Any ideas what can I do?

    I need help.

  22. tanvir
    Member
    Posted 15 years ago #

    can u tell the steps u followed?

  23. jagalizzi
    Member
    Posted 15 years ago #

  24. tanvir
    Member
    Posted 15 years ago #

    if you follow those steps then there should not any error as last week i installed 2 wpmu at IX hosting.

    Did u get the installation page?

  25. jagalizzi
    Member
    Posted 15 years ago #

    No, only appears a 404 error.

  26. tanvir
    Member
    Posted 15 years ago #

    ok then, try to rename the folder. I think it's batter for you to use sub domain. use your domain pointer to point to that folder.

  27. nibb
    Member
    Posted 15 years ago #

    Is your hosting Linux based or windows based? You havent saved the file as something like .Htaccess instead? it has to be lower case. Most apache based installs will hide the file in your browser, but that doesn't mean its not there. It should be visible in your FTP upload unless - perhaps- -that too is using a web interface that doesn't display dot files.

  28. andrea_r
    Moderator
    Posted 15 years ago #

    jagalizzi, given all the issues you've experienced, you might just want to hire someone to do it for you.

  29. nibb
    Member
    Posted 15 years ago #

    second that proposal :)

  30. jagalizzi
    Member
    Posted 15 years ago #

    when I installed for first time was easy and fast, but suddenly stopped working and now every time I want to install it, this error happens.

About this Topic

  • Started 15 years ago by jagalizzi
  • Latest reply from andrea_r