Search code examples
ssljoomlahttp-status-code-301joomla2.5

SSL 301 Redirect Errors- Joomla and Nginx


My website is www.survivorssupply.com. I want to use SSL for my entire site because when I use SSL on only certain portions, the SSL certificate says certain parts were not delivered securely, not everything is secure, etc.

When I go into the Joomla admin panel, I set the entire site to force SSL for everything. I then get an issue with an endless redirect loop (301 error). My site is running the latest version of Joomla 2.5 on Nginx.

Is there some kind of rewrite I can use or does anyone know any Joomla tricks?


Solution

  • You are probably missing an extra parameter in the 443-section of your Nginx configuration. Add "fastcgi_param HTTPS on;" to the fastcgi-section.

    @alfasin, Nginx doesn't use files like httpd.conf or .htaccess