hi guys,
I know this is not the place to ask this question but who else knows about this better than people that actually runs their own server.
is there a way to redirect http://www.sitename.com to
https://www.sitename.com even before hitting the actual web server?
i know this can be done using:
mod_rewrite
or
<?php header("Location:https://www.sitename.com"); ?>
or
a metarefresh equivalent for html.
problem is optimum online blocks port 80 so the above will not work. i
dont know if there is any other way to do this maybe in DNS?
thanks for any input.




