Allow user ec2-user (Amazon AWS) write access

To allow user ec2-user (Amazon AWS) write access to the public web directory (/home6/producw6/public_html/blackmoretech),
enter this command via Putty or Terminal, as the root user sudo:

chown -R ec2-user /home6/producw6/public_html/blackmoretech

Make sure permissions on that entire folder were correct:

chmod -R 755 /home6/producw6/public_html/blackmoretech

Comments are closed.