Hello reader's If are using the Windows environment and developing the SSL based websites then you might have to enable the SSL for PHP for the first time. So to enable that you just need to perform the following tasks steps:-
Step1: Rename php.ini-production to php.ini (in C:\xampp\php\ folder)
Step 2:- Edit php.ini and uncomment extension_dir=ext.
Step 3: Also uncomment extension=php_openssl.dll.
Now you have to restart your Apache server. And it'll work!
0 Comment(s)