Joomla

Force HTTPS on Joomla Without Redirect Loops

Joomla has a built-in "Force HTTPS" option under System → Global Configuration → Server. Once your certificate is installed, set it to "Entire Site" — but this is also where most redirect loops start.

Why the redirect loop happens

If your host sits behind a load balancer, proxy, or Cloudflare, Joomla may not correctly detect that the incoming request is already HTTPS. It sees what looks like an HTTP request, redirects to HTTPS, and the proxy hands it back the same way — looping forever.

The fix

Test in a private browser window after each change — cached redirect loops will persist in your regular browser even after the fix is live.