Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter jarhead8286

    (@jarhead8286)

    Dion,
    Your solution worked like a charm – than you very much.

    Yes, this is a localhost installation for me to practice creating a website and I don’t want the outside world to access my localhost.

    I am trying to understand what I was doing wrong that it wasn’t working for me. I did try to change the ownership to “jarhead” and permissions using these commands but could not fix the problem:

    sudo find /opt/lampp/htdocs/site_name/ -type d -exec chmod 755 {} \;
    sudo find /opt/lampp/htdocs/site_name/ -type f -exec chmod 644 {} \;

    Thread Starter jarhead8286

    (@jarhead8286)

    I did see that document and set my permissions to the same. i set the owner to www-data and added my user account to the www-data group. This has been driving me nuts the entire day.

Viewing 2 replies - 1 through 2 (of 2 total)