Forums

blog not found (WPMU) (11 posts)

  1. J.Deker
    Member
    Posted 1 year ago #

    Hello

    I installed a wordpress multi user succesfully.
    everything is working fine, even I can create a new blog but when I try to see the blog, I will be redirected to a default page.
    Also when I tryign to access the login page (e.g. abc.domain.com/wp-login.php) I face to the following error:

    404 Not Found
    The server can not find the requested page:
    abc.domain.com/wp-login.php (port 80)
    Please forward this error screen to abc.domain.com's WebMaster.

    Please help me to fix this issue.

    Regards,
    Reza

  2. alchymyth
    The Sweeper
    Posted 1 year ago #

    [moving this to the 'multisite' section]

  3. dgilmour
    Member
    Posted 1 year ago #

    I installed a wordpress multi user succesfully.
    everything is working fine

    No, you didn't and it isn't. If the site's home blog works, but any new ones don't, your .htaccess rewrite rules aren't working properly yet.

  4. Andrea_r
    team pirate
    Posted 1 year ago #

    Go tell your webhost you need mod_rewrite support.

  5. J.Deker
    Member
    Posted 1 year ago #

    I am the owner of the server,
    I found that the mod_rewrite is On in the apache.conf
    RewriteEngine On

  6. Andrea_r
    team pirate
    Posted 1 year ago #

    And after that, you need to specify which vhosts have it enabled.

    AllowOverride FileInfo Options

    usually does the trick.

  7. xinelo
    Member
    Posted 1 year ago #

    Hi people,

    I have the same problem as J.Deker. I've installed WordPress and I created a network. I can add new sites and users, but when I try to visit them (e.g. fotoblog at http://localhost/~xinelo/wordpress/fotoblog/) I get the "Not found" message.

    Could you please help me translate your instructions in concrete actions (such as open x file and write y where...). I'm using Mac OS X Snow Leopard.

    I understand I need to do

    > Go tell your webhost you need mod_rewrite support
    Where is the webhost? What is the file called exactly?

    > Find file apache.conf and check whether parameter RewriteEngine is set to On
    I can't find this file.

    > specify which vhosts have it enabled
    How do I do that? What file must be edited?

    Any suggestions to point me in the right direction?

    Thanks!
    xinelo

  8. Your webhost is yourself, if you installed Apache on your server.

    What did you use? MAMP?

  9. Andrea_r
    team pirate
    Posted 1 year ago #

  10. xinelo
    Member
    Posted 1 year ago #

    THanks, guys, for your answers.

    No, I didn't use MAMP. I configured Apache, MySQL and PHP some time ago, I used to develop a dynamic website in the localhost.

    What I did is

    1. Create databases and users:
    mysql> create database wordpress character set utf8;
    Query OK, 1 row affected (0.00 sec)
    mysql> GRANT ALL PRIVILEGES ON wordpress.* TO "xxxx"@"localhost" IDENTIFIED BY "xxxxxxx";

    2. Install wordpress following all steps in
    http://codex.wordpress.org/Installing_WordPress

    3. Create a network for multiple sites following
    http://codex.wordpress.org/Create_A_Network
    but couldn't finish :/

    Cheers, Manuel

  11. Andrea_r
    team pirate
    Posted 1 year ago #

    Look at step 4 in the link I posted above.

Topic Closed

This topic has been closed to new replies.

About this Topic