How to Fix CSS Not Loading in WordPress Admin

Block load-script concatenation in Gridpane

Recently, after cloning this site to the same server but with a new subdomain, I had a problem where the WordPress admin had no styling. The strange part was that the front-end was perfectly fine! The error was that when an admin tried to load CSS using https://developer.brianshim.com/wp-admin/load-styles.php, the server was returning a 404 error. … Read more

Host Multiple Sites on a Single Amazon EC2 Instance

Construction cranes

Here’s how to host multiple sites on your EC2 instance running the Amazon Linux AMI.  Remember to make a backup of your instance before proceeding. Assign a Static IP Address The first thing you should do, if you haven’t already, is assign a static IP address to your EC2 instance. You can do this in the Amazon … Read more