search

Home  >  Q&A  >  body text

About PHP background functions

A website needs to access the backend, how to encrypt the backend address

ABUGMANABUGMAN2674 days ago1213

reply all(2)I'll reply

  • Rvelamen

    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

    reply
    0
  • PHP中文网

    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.

    reply
    0
  • Cancelreply