This is not a clean solution, it would obviously be better to avoid the problem in the first place. Anyway, I am not sure how […]
Tag: Linux Server
Set Up the Web Server
Set Up the Web Server Now that we have verified that our web server can access the WordPress database, we need to actually make this […]
Install MySQL on the Database Server
To get started, we’ll configure one VPS instance as the MySQL server. Having our data stored on a separate computer is a good way to […]
Set Up a Remote Database with MySQL
Configure MySQL to Allow Remote Access Now that you have your database up and running, we need to change some values to allow connections from […]
Enable mod_rewrite on Apache EC2 Linux Server
Today I was working on a client’s Amazon Linux EC2 web server and had to enable mod_rewrite. This tutorial should help anyone else trying to […]