By viniciusbo
Hello,
I’m having problems to set permissions to WordPress’ upload path. I always get this message: “Uploaded file could not be moved to wp-content/uploads”.
Nginx and php-fpm are running under www-data user. Here is my ls -la output from /var/www/html folder:
drwxrwxr-x 8 www-data www-data 4096 Nov 20 14:25 . drwxrwxr-x 5 www-data www-data 4096 Jan 26 20:41 … -rwxrwxr-x 1 www-data www-data 28 Jan 8 2012 index.php drwxrwxr-x 4 www-data www-data 4096 Aug 6 16:16 languages drwxrwxr-x 7 www-data www-data 4096 Jan 18 13:40 plugins drwxrwxr-x 7 www-data www-data 4096 Jan 18 13:40 themes drwxrwxr-x 2 www-data www-data 4096 Nov 20 14:25 upgrade drwxrwxr-x 5 www-data www-data 4096 Jan 1 23:57 uploads
What possibiliy can be wrong?
Thanks, Vinícius
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This question was answered by @sierracircle:
Hmm…Are you sure your website is located in /var/www/html
Could it be in another location, even /var/www
You could try this to be sure:
sudo chown -R www-data:www-data /var/www/sudo chmod -R 774 /var/www/
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.