apache - Warnings and errors appearing on site after changing ubuntu user permissions Amazon EC2 server -


my site running on ec2 amazon server under ubuntu/apache2.

my site running fine until changed permissions user 'ubuntu' doing command:

chown -r ubuntu /var/www/html 

now site spitting out warning messages , errors :(

www.kaysboutique.co.uk

i did because wanted able write files via filezilla after following answer:

amazon aws filezilla transfer permission denied

fixed running these:

sudo chown www-data -r /var/www/html

if not fixed, run sudo chown -r www-data /var/www/html


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -