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
I have been attempting to use mod_filter with mod_substitute to modify
the response stream and change the back-end server host name and
protocol in content being returned to users beyond the firewall. The
proxy server is fronting Windchill PLM software, which uses an apache
proxy in front of tomca
Le 10/07/2013 00:18, Eric Covener a écrit :
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}/mysite/pictures%{REQUEST_URI} -f
RewriteRule ^(.+) /mysite/pictures/$1 [L]
Unfortunately it doesn't work, because %{REQUEST_URI}contains also
/mysite...
Indeed if I request /mysite/icon.png, the input of Re