Forums de discussion

URL Redirection with SSL Certs

Jason Lucas, modifié il y a 6 années.

URL Redirection with SSL Certs

New Member Publications: 2 Date d'inscription: 16/05/17 Publications récentes
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, modifié il y a 6 années.

RE: URL Redirection with SSL Certs (Réponse)

Liferay Legend Publications: 14919 Date d'inscription: 02/09/06 Publications récentes
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, modifié il y a 6 années.

RE: URL Redirection with SSL Certs

New Member Publications: 2 Date d'inscription: 16/05/17 Publications récentes
Got it. Thanks David!