linux - Where to securely store php scripts on a web server? -
i'm creating ios application when click button, executes script on apache web server , returns data associated. have these scripts inside /var/www/html/ if manually type in address of said script in url, returns data. how restrict data application?
i debating storing password in source code , have authenticate server, wondering if there's better option.
Comments
Post a Comment