Hello friends, in this tutorial today you will learn how to install ssl certificate in your live Web Application . To install ssl in this tutorial, you need to have a custom domain and a hosting server. I am using…
Month: May 2021
Top 10 Linux Commands Every User Should Know
Search Single String in All Files In this example command will search string “changeWfApprovalStatus” in all files in cd /opt/lampstack/apache2/htdocs/test/ directory and its sub-directories. 2. Restart Apache and Mysql Server If you are using Bitnami in centos then this code…
Index Page Error In Online Job Portal Project
Hello guys on my youtube channel (Host Programming ), which I uploaded the project of Job Portal. In it, a lot of viewers have problems with an error around line number 14. That error is something like this So I…
Login With Google In PHP
In this article, I’m going to Show you how to integrate login with Google in your PHP website. We have to use the Google OAuth API, which is a vary easy way to add Google login to your website .…