Re: [users@httpd] https before auth

2013-07-10 Thread Pol Hallen
I'm not sure but add: SSLOptions +StrictRequire SSLRequireSSL seems resolve the problem Is it correct? thanks! > Hi all :-) > > working on my last post I configured a https rewrite and auth basic: > > default > [...] > > > > RewriteEngine on > RewriteCond %{HTTPS} !^on$ [NC] > RewriteRule .

[users@httpd] https before auth

2013-07-10 Thread Pol Hallen
Hi all :-) working on my last post I configured a https rewrite and auth basic: default [...] RewriteEngine on RewriteCond %{HTTPS} !^on$ [NC] RewriteRule . https://example.org/test [L] [...] default-ssl [...] Options +SymLinksIfOwnerMatch +Multiviews +Indexes AuthType Basic AuthName "Au