|
|
|
|
||||||
| alt.apache.configuration Apache web server configuration issues. |
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
My apache server is currently setup so that it only listens to secure connections on a .net domain ( https://www.mydomain.net ), I believe on port 443. I would like to configure it so that anyone trying to access it through a non secure connection ( http://www.mydomain.net ) will be redirected to another domain hosted on another server ( http://www.mydomain.com ). Is this possible? Any would be appreciated, thank you. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On 2006-10-10, Bill <Bill@hotmail.com> wrote:
> I would like to configure it so that anyone trying to access it through > a non secure connection ( http://www.mydomain.net ) will be redirected > to another domain hosted on another server ( http://www.mydomain.com ). > Is this possible? Any would be appreciated, thank you. Yes it is, configure a single VHost listening on port 80 and put a Redirect / http://www.mydomain.com in the definition. Davide -- Linux - It is now safe to turn on your computer. -- From a Slashdot.org post |
|
![]() |
| Outils de la discussion | |
|
|