• i just installed wordpress in my desktop computer, i’m using apache web server. i tried to login using username as admin and password as given random. then it shows: You don’t have permission to access /wordpress/wp-admin/ on this server.

    anyone can help? thx.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am having the same problem. Did you ever resolve this issue?

    Many thanks.

    usually the password field is blank
    look at doing it this way
    https://www.tamba2.org.uk/wordpress/xampp/

    Sounds like an ownership/permissions issue. Browse to the WordPress directory type:

    ls -lah

    If the files are owned by root, or some other user that is not accessible to the browser, you’ll get 403. To change ownership, use the following command:

    chown -R user:user directory

    Make sure you are in the proper directory! This is a potentially dangerous command, so be sure to use pwd to confirm.

    Also, make sure all directories are set to 755 or rwxr-xr-x.

    [signature moderated Please read the Forum Rules]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘403 Forbidden’ is closed to new replies.