Hello
How can you enable SSL on folder holding php files. So that when some access page it comes out like
htpps://localhost/test/come.php.
Your help will be appreciated.
Essentially, all you need to do is install an SSL certificate to your web server and the you will be able to access any files on your site with the https and the pages will be encrypted.
You can create your own self signed certificate if you or your users don't mind an error message saying that the certificate can't be trusted (you just continue and the connection will still be encrypted) To avoid this error you will need to purchase an SSL certificate from a certificate authority.
Bookmarks