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 .
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