A website needs to access the backend, how to encrypt the backend address
Rvelamen2017-09-19 13:13:42
Don’t expose the backend address in the previous stage, log in to the backend online yourself, it’s safer this way
PHP中文网2017-09-18 16:02:02
The backend address should not be exposed on the frontend web page. You can also put the backend program in a local link to the online database, and only put the database and the frontend program online. This is absolutely safe.