The MU forums have moved to WordPress.org

You don't have permission to access /wp-login.php (5 posts)

  1. magica
    Member
    Posted 17 years ago #

    Hello and sorry for my bad english.

    After installation I see this
    "Creating Database Config File: DONE

    Congrats! Your WPMU site has been set up and you have been sent details of your login and password in an email."

    I have the email with pass, I try to visit my page but I see this:

    "You don't have permission to access /wp-login.php on this server."

    My page is not work

    any idea?

  2. drmike
    Member
    Posted 17 years ago #

    Have you checked the file permissions for this file?

  3. MOPE
    Member
    Posted 17 years ago #

    I have the same problem as magica, what sort of permissions should the file have? (the file name is /wp-login.php). The permissions it has now are 766.
    Thanks.

  4. drmike
    Member
    Posted 17 years ago #

    wp-login.php should be 644 although iin this case I don't think it would matter.

    Most files should be 644 except those found in the blogs.dir directory. Directories should be 755 except for blogs.did which should be 777.

    Got a link?

  5. byrnereese
    Member
    Posted 15 years ago #

    I found that I needed to give my web server the Options directive of FollowSymLinks. My Directory directive looks like this:

    <Directory /Users/breese/Sites/wordpress-mu>
    Options FollowSymLinks
    AllowOverride FileInfo Options
    </Directory>

About this Topic

  • Started 17 years ago by magica
  • Latest reply from byrnereese