Support

Admin Tools

#41075 too many redirects after installing AT Pro

Posted in ‘Admin Tools for Joomla! 4 & 5’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Environment Information

Joomla! version
latest
PHP version
8.3
Admin Tools version
latest

Latest post by nicholas on Monday, 02 September 2024 06:22 CDT

messagedj

After installing AT pro and setting up date basis config all my sites go down with a too many redirect message. after deling the HTTP to HTTPS redirection from the htaccess the problem is over.. but what is going wrong in my setup?

##### HTTP to HTTPS redirection
## Since you have enabled HSTS the first redirection rule will instruct the browser to visit the HTTPS version of your
## site. This prevents unsafe redirections through HTTP.
RewriteCond %{HTTPS} !=on [OR]
RewriteCond %{HTTP:X-Forwarded-Proto} =http
RewriteRule .* https://domainname.com%{REQUEST_URI} [L,R=301]

 

nicholas
Akeeba Staff
Manager

Your server does not set the HTTP environment variable when you are accessing your site over HTTPS. This is typically caused by the TLS termination being handled outside of Apache itself. You will need to talk to your host about it. This is not something you or us can do anything about, it's server configuration.

Nicholas K. Dionysopoulos

Lead Developer and Director

🇬🇷Greek: native 🇬🇧English: excellent 🇫🇷French: basic • 🕐 My time zone is Europe / Athens
Please keep in mind my timezone and cultural differences when reading my replies. Thank you!

Support Information

Working hours: We are open Monday to Friday, 9am to 7pm Cyprus timezone (EET / EEST). Support is provided by the same developers writing the software, all of which live in Europe. You can still file tickets outside of our working hours, but we cannot respond to them until we're back at the office.

Support policy: We would like to kindly inform you that when using our support you have already agreed to the Support Policy which is part of our Terms of Service. Thank you for your understanding and for helping us help you!