• 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!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

Plesk Panel Access

D

demonicnewbie

Guest
Hi there. Firstly sorry if this question has been asked or resolved before but I can't seem to find the answer using the search function.

hopefully its a simple one.

basically i understand that plesk runs on 8443 which is cool. however for my users to access it they must use a specific url i.e. https://mydomain.com:8443

i'm hoping that i can change that so they can all use https://theirdomain.com:8443 which will allow access to the control panel without forwarding to the host url.

in essence i want to stop the users seeing a forwarded url. is this possible?

if i am not clear, please ask for more info..

thanks
 
make sure that they use https:// otherwise plesk will re-direct them to the default plesk URL.
 
Ok thanks for the info. It got me thinking and allowed me to create a solution to my problem.

Firstly I removed the errordocument redirect if you are using http instead of https. I used rewrite commands for this instead.

Secondly I created a .htaccess file that would redirect any admin.domain.com to https://admin.domain.com:8443.

This means of course that the user does not need to remember the port number. I achieved this using a rewrite as well.

As I said thanks for the help, it led me to understand and create a solution.

thanks.
 
Back
Top