Word Press
Server
SELinux
- When working with an Amazon Linux installation, and manually installing SELinux, these are steps I had to take.
sudo semanage fcontext -f "" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?'
sudo semanage fcontext -f "" -a -t httpd_sys_rw_content_t '/var/www/html/wp-content/uploads(/.*)?'