Hi Marcus,

> Is there a way to force any redirect of title search results to https?

if you are running a web server behind an ssl terminating proxy, you should
probably set the environment variable "HTTPS" within the webserver.
For apache this could be:

 SetEnv HTTPS on

This variable is used by many web applications as an indicator for the
original scheme used by the source of the request.

cheers,
Lars

------------------------------------------------------------------------------
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to