I know that Plesk provides an option to protect the websites from hotlinking through Plesk panel. But I need to enable this for all domains. I was writing a script to do the same but unfortunately I was not able to complete. To complete the same I need to have a MySQL query or a file which contains the complete list of domains and its associated document root. I know that the below command will provide the list of domains but I need the document root associated with these domains.
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -Ns -e "select name from domains"
Any help will be highly appreciated.
mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -Ns -e "select name from domains"
Any help will be highly appreciated.