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.
If i set up a site (mysite.com) under a Plesk Client (ubernewb), can I change that domain to be under a different client without resetting up the domain?
what is the easiest way to find the table with the data I need to change. I can write the SQL, I just need to know which tables and where a "query analyzer" type thing is for mySQL, and how to specify the PSA db.
any links to any of this data is greatly appreciated.
1. Start ->Run->cmd
2. cd "%plesk_dir%\mysql\bin"
3. mysql -uadmin -padmin_password -P8306 psa
4. Select * from clients where pname regexp "^client_name_to_whom_domain_will_be_given";
5. Write down id
6. Update domains set cl_id=in_point_5_written_down_id where name regexp "^transfered_domain";
_________________________________--
cl_id is numeric value, you can use it without quotation