[ic] all folder/* pages via https?

Paul Jordan paul at gishnetwork.com
Wed Jun 6 00:22:30 UTC 2012


Quoting Grant (emailgrant at gmail.com):
> My folder/ pages are protected via apache2 authentication and I'd like
> all of those pages to be served as https to avoid having to
> authenticate via apache2 once for http pages and again for https
> pages. My UI is 100% custom so UI_SECURE doesn't work.  'AlwaysSecure
> admin/*' doesn't seem to work.  I could change the internal links to
> [area secure=1] but I'm wondering if there's an easier way to have all
> folder/ pages served via https?


I failed to locate it, but it seems to me there was a setting you can 
include that in a sense inherited the ssl state of the previous page, so, if 
you are coming from an SSL page, the page you land on will be served under 
SSL. I am quite certain it exists, I just can't seem to find it for you.

Or perhaps do this in your admin login or in an autoload:

[perl]
$Config->{VendURL} = $Config->{SecureURL};
1;
[/perl]

Paul 




More information about the interchange-users mailing list