[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 [...] IfModule mod_rewrite.c IfModule mod_ssl.c Location /test RewriteEngine on RewriteCond %{HTTPS} !^on$ [NC] RewriteRule . https://example.org/test [L] /Location /IfModule /IfModule [...] default-ssl

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 [...] IfModule mod_rewrite.c IfModule mod_ssl.c Location /test RewriteEngine on