On Jan 28, 2015, at 6:31 PM, Yehuda Katz 
<yeh...@ymkatz.net<mailto:yeh...@ymkatz.net>> wrote:

Make sure you put these in the correct VHOST. They need to be in the :80 vhost, 
not the :443 vhost.

I usually use the Redirect directive 
(http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect) instead.

Yea, I tried that, like this in the :80 vhost:

Redirect permanent ^/share(.*) https://share.domain.tld/share [R=301,L]

Then in a browser type share.domain.tld and you land on http://domain.tld site 
though the URL in the browser has https://share.domain.tld

Reply via email to