Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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.
You can if you install a separate standalone copy of phpMyAdmin. The one which the Plesk CP uses you would have to login first.
Download and install phpMyAdmin (latest version), install it into a directory under your domain's httpsdocs (SSL) folder (safer than the non-SSL). Such as:
Or (I haven't tried this.. but) you could add "phpmyadmin.domain." to point to "phpmyadmin.<hostname of your server>." in the dns template, and then make a global phpmyadmin directory somewhere on your server, add the "phpmyadmin.<hostname of your server>" subdomain to point to that directory.
Use cookie/session auth on phpmyadmin. Now anyone that goes to phpmyadmin.theirdomain.com should get to that installation of phpmyadmin. They then enter their own credentials and it will bring up their own databases, and look like its a personalised version.
I say again, I haven't tried this but it should be doable. Especially with the new auto base URL detection that the new phpmyadmin's use.