Wordpress

A 2-post collection

Wordpress https support

By My Ultimate Guide For Everything |  Dec 29, 2023  | wordpress, aws, https
Securing your website with HTTPS is crucial for protecting user data, boosting SEO, and building trust. If you’re using WordPress on AWS, here’s a guide to smoothly enable HTTPS support: Update WordPress Site URL: Access your WordPress admin dashboard. Navigate to Settings > General. In the WordPress Address (URL) and Site Address (URL) fields, add https://www to the beginning of your URLs. Click Save Changes. Create AWS Entry for HTTP to HTTPS Redirection: Log in to your AWS Management Console.
Continue Reading...

Host Multiple Domains Served by haproxy on One EC2 Server

By My Ultimate Guide For Everything |  Jun 28, 2023  | ec2, aws, httpd, virtual-host, ubuntu, haproxy, wordpress, hugo
In the previous post, we explained how to serve multiple domains on one server using apache http server virtual host. In this post we explain the same concept except we will be using haproxy for load balancing and https support. How each domain is served really does not matter here but in my case I’m hosting two websites one served by hugo on 8080 port and another served by wordpress on port 8082.
Continue Reading...