Forum Discussion
javier_diaz_379
May 04, 2011Nimbostratus
Rewrite URL
I want to accomplish the following:
Currently the web page we're serving both www. and non www.
I need a permanent redirect, so when a user requests the non www. version of the webpage it r...
I believe figured it out. You need to modify the variable "hostname" using Management::DBVariable::modify and then perform Management::Trust::reset_all with your new hostname. This then resets trust (so only do it during provisioning!) and regenerates the cert with the fqdn.
Cheers
Ross