Foros de discusión

URL Redirection with SSL Certs

Jason Lucas, modificado hace 6 años.

URL Redirection with SSL Certs

New Member Mensajes: 2 Fecha de incorporación: 16/05/17 Mensajes recientes
Hello. I have a request to change the URL for my company's Liferay portal. The request is to have the current URL redirect to the new URL. Currently the portal is set up to use https.

Example:
Current URL: https://Liferay.Domain1.com
redirect to new URL: https://Liferay.Domain2.com

1. I assume I will need to keep separate SSL certs for both domains, correct?
2. How do I configure the URL redirection in Liferay?

OS: Windows Server
Liferay Version: Liferay Portal Community Edition 6.1.0 CE (Bundled with Tomcat)

Thanks!
thumbnail
David H Nebinger, modificado hace 6 años.

RE: URL Redirection with SSL Certs (Respuesta)

Liferay Legend Mensajes: 14916 Fecha de incorporación: 2/09/06 Mensajes recientes
Liferay doesn't do redirects, you're best handling that at apache httpd (or similar).

Since you're changing from Domain1.com to Domain2.com then yes, you'll need separate certs.








Come meet me at the 2017 LSNA!
Jason Lucas, modificado hace 6 años.

RE: URL Redirection with SSL Certs

New Member Mensajes: 2 Fecha de incorporación: 16/05/17 Mensajes recientes
Got it. Thanks David!