I have a web site developed using php.
I now want the site to be accessed using https so that the lock icon shows on the page.
When I ask my host provider, all he can tell me is that I need a certificate.
After that what do I have to do in the PHP source code?
I do not use a SQL database, I maintain a sequential file which I check when users login against the "$PHP_AUTH_PW" variable.
I now want the site to be accessed using https so that the lock icon shows on the page.
When I ask my host provider, all he can tell me is that I need a certificate.
After that what do I have to do in the PHP source code?
I do not use a SQL database, I maintain a sequential file which I check when users login against the "$PHP_AUTH_PW" variable.