By vagios1988
Hi, I just migrated my Wordpress site to DO. I used an Ubuntu with preconfigured wordpress and transfered my files and my DB to the VPS. So far so good. I have this strange behavior: Filenames with unicode names (greek) do not link properly on website and eventually images do not show on site. Here are the facts:
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.
Make sure that everything in your WordPress directory is owned by <code>www-data</code> and is a member of the <code>www-data</code> group; by executing: <br><pre>ls -la /path/to/your/WordPress/installation</pre> <br>If you see <code>root:root</code> sprinkled anywhere in there, remedy it by executing: <br><pre>sudo chown -R www-data:www-data /path/to/your/WordPress/installation</pre>
oops; I forgot to mention: Restart Apache: <br><pre>sudo service apache restart</pre>
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.
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.
