Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

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!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
I followed DO tutorial installing Wordpress but I got the same error as semanticfield. <br> <br>My htaccess is working because permalinks are working… and image is not over 2mb it actually has 380kb
@jntslvdrt: Which tutorial did you follow? Try uploading a tiny image, something as small as possible, just to rule it out. If that works, you might just need to increase the “max_execution_time” setting in /etc/php5/cgi/php.ini
I’ve tried with 0.3kb. I think it’s about apache conf (allow override etc). Now I’m able to upload images BUT just because I gave 777 permissions… but I know it’s very dangerous… Already set back to 755… <br> <br>The strangest thing is that plugins are working as well with 755 permission. :S <br> <br>I already using the very .htacess that Wordpress demands itself when its setting permalinks… <br> <br>I followed this tuto https://www.digitalocean.com/community/articles/how-to-install-wordpress-on-ubuntu-14-04 <br> <br>Anybody has any idea of my “problem”?