How do I install more than one WordPress blog on EC2?
Unless EC2 is much different than other servers, you should be able to install another WordPress installation under another directory. For instance, you could have /var/www/html/blog/ with WordPress installed and /var/www/html/blog/wordpress with another WordPress install. You can either use a separate database or use the same one as the other install, but you would need … Read more