ERR_TOO_MANY_REDIRECTS for WordPress after installing certificate

I used Let’s Encrypt Certbot to install new certificates, its done via the terminal.

Now my WordPress site is no longer accessible, I get an ERR_TOO_MANY_REDIRECTS on all the browsers.

VirtualMin / Webmin control panel are working fine.

Managed to solve this one on my own :wink:. Anyone else with the same problem can refer to this solution, thanks!

  1. Go to Webmin -> Servers -> Apache Web Server
  2. Open up each of the HTTPS entries (port 443)
  3. Go to Edit directives for each
  4. Comment out with # the “RewriteCond” and “RewriteRule” lines near the bottom of the file
  5. Save
  6. Restart Apache service and also Webmin service if you like