• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk login redirects from other domains to host domain

alextl

New Pleskian
Hi,

I have been searching around for an answer for this for a while so apologies if I have missed something obvious, or the wording doesn't make much sense (still new to Plesk).

My problem is, when I attempt to access a seperate webspace's control panel login through webspace2.com:8443 it automatically redirects me to https://hostname.com:8443.

If however I go to https://webspace2.com:8443 this redirect does not happen and I can log straight in through this domain.

Ideally I need to keep these domains separate and need to remove this non-https redirect that is currently happening.

Any help would be greatly appreciated.

Thanks,
Alex
 
Just in case anyone was interested, I ended up commenting this line out in /usr/local/psa/admin/conf/ssl-conf.sh

if [ -n "$hostname" ]; then
echo "ssl.pain-redirect = \"https://$hostname:8443/\""
fi

There is probably a better way of doing this but no more annoying redirects :).
 
Back
Top