• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

administrator login

L

loopy

Guest
Hello all ;)

I shortly began using Plesk and having a question regarding the login screen of Plesk:

When I'm connectin to Plesk with domain.tld:8443, I automatically get forwarded to hostname:8443.
Is it possible to turn this off?
I just want to see the domain-name like domain.tld:8443.

The customer shouldn't really know which hoster I'm using for my servers.

Any help would be appreciated....
 
Same prob with the ip adress.
Redirection to the hostname...

Anyway I tried to change the hostname of my first server, but this seems to be heavier than it sounds...

This is what i did already:

/etc/hosts
changed the hostname

/var/qmail/control/me
changed the hostname

hostname <newhostname>

mysql -u admin -p`cat /etc/psa/.psa.shadow`
use psa;
update misc set val='NEWHOSTNAME' where param='FullHostName';

Plesk restart:
/etc/init.d/psa stopall
/etc/init.d/psa stop
/etc/init.d/psa start

Still the same prob. Omg :confused:
Plesk still redirects to the old hostname:mad:
 
The problem isn't that you're clients are accessing something by an invalid address, it's that they're accessing it on an insecure protocol. Your clients are accessing http://domain.tld:8443, they NEED to access https://domain.tld:8443. This makes a big difference, and this WILL stop the redirection to https://hostname:8443/
 
ye, you're right.
Figured it out today.


Anyway thx your your help :)
 
Back
Top