Forum Moderators: phranque
However...here's my problem
I type in: What happens
[localhost...] Serves up my secure site on https ssl
[localhost:443...] same as above
[localhost...] Serves up unsecure version of above!
localhost another insecure way of entering my site!
I then turned off listen port 80, but I get page not found.
I need to have port 80 point to port 443, so that i just need to type localhost and it will take me to [localhost...] on port 443 instead
I have been told either mod_alias or mod_rewrite will take care of this - Does anyone know how? I already have mod_alias on my apache 2 install