Forum

redirect to other port (ssl)

KGB
2 July 2009, 21:20
Can I redirect for e.g http://somedomain to https://somedomain:666?


Hiawatha version: 6.14.1
Operating System: FBSD
Hugo Leisink
3 July 2009, 00:37
You can use 'RequireSSL = yes' to redirect every request to https://somedomain. But it will always use port 443. To redirect to https and another port, you should do that in your webapplication.
KGB
3 July 2009, 00:46
ok, thx
KGB
3 July 2009, 12:49
But I think as flexible option as for e.g. 'RequireSSL = yes[:port]' or 'UrlRedir = [url][:port]' could be useful in some cases. Of course is only proposition.
This topic has been closed.