How do I test my WordPress subdomains on AWS during migration?

As mentioned by Pat in the comments, my home and siteurl config values were set to https://www.mysite.com and https://app.mysite.com respectively. These values are held inside your site’s database. I think you can change them through the WordPress admin page, or you can enter your database directly and find them with the following command: SELECT * … Read more

How to handle WordPress account for terminated employee

In general, an account for an employee that has ‘moved away’ (for any number of reasons) should have their access privileges immediately downgraded. I would also change their password to prevent access. There are many instances of a former employee still having access, and doing improper things to the business computer systems. When an employee … Read more