Aday BA

Results 45 comments of Aday BA

ChatGPT says it should be something like this: ```conf RewriteEngine On RewriteRule ^(.*) ://%{HTTP_HOST}%:$1 [R=301,NE,L] ```

Yes, when using a proxy that changes the domain, that would not work. I think it is difficult to cater for all cases. This is an idea based on 2...

We could do something like this to cater for complex cases and let the admins decide how to fix it. `http_to_https_directives`: New array with Apache directives to fit your particular...

I leave it to @CSC-swesters to reply. For us the existing redirect to %{HTTP_HOST} is good enough.