On Mon, Feb 20, 2017 at 8:17 PM, Spork Schivago <sporkschiv...@gmail.com> wrote:
>
> <VirtualHost *:80>
>     ServerName www.mydomain.com
>     Redirect "/" "https://www.mydomain.com/";
> </VirtualHost>
>
> <VirtualHost *:80>
>     ServerName subdomain1.mydomain.com
>     Redirect "/" "https://subdomain1.mydomain.com:2083/";
>     ...
> </VirtualHost>
>
>
> Then, if I go to something like
> http://subdomain1.mydomain.com/test/example.html, would it take me to
> https://subdomain1.mydomain.com:2083/test/example.html?

I think so, you probably should try it first, but I don't see why it
wouldn't work.
"Redirect permanent / ..." might be interesting too if that's a
"definitive" redirect, so that browsers use "https:" directly for next
requests...


Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to