Faruque Ahmed : MCP, MCSA, MCSE, MCTS, MCIT, CCNA, OCA, OCP, GCP
</VirtualHost>
Include /etc/letsencrypt/options-ssl-apache.conf : This line ensures that Apache uses the recommended security settings. Redirect HTTP to HTTPS:
To ensure that all traffic to your site uses HTTPS, you can set up a redirect from HTTP to HTTPS in the Apache configuration:
<VirtualHost *:80> ServerName yourdomain.com ServerAlias www.yourdomain.com</VirtualHost>