I have compiled a web page locally, and I want to put both the web page and the database on the remote server.
I downloaded phpstudy and used Phpstudy mysql tool->Parameter value setting->datadir to set the location of the remote database, such as \\\\192.168.1.1\\data, and the server can connect to the database.
But when I fill in the remote IP address in the site domain name management->website directory, for example: \\192.168.1.1\WWW, the server cannot be connected.
How to set up a remote site with phpstudy? Thanks