Apache
CategoryHow to easily redirect to your custom error pages on apache and PHP
With this tutorial you will be able to customize those Apache error messages like 404 (image below) with your suitable design.
..
How to setup a local SMTP email server
If you need to setup a local SMTP email server for developer or testing purposes, this tutorial might be helpful for you. Bear in mind tha..
How to Install or update SSL certificate on apache server site
If you want to provide your site with an SSL certificate, once you purchase it on (ie:GoDaddy), you will have to perform the following ste..
Apache – Redirect from non www to www
If you are hosting a site, and you already setup your domain with and without www, but still having issues when accessing without www. A g..
fix “SSL certificate problem: unable to get local issuer certificate” error
When you execute PHP CURL calls to HTTPS URLs, you might get the following error:
SSL certificate problem: unable to get local issuer c..
INSTALL OAUTH FOR PHP 5.X
To install oauth on your system, you need to perform the following steps with your root user. Be aware that this example is for PHP 5.6, y..
SETUP A LAMP SERVER FROM SCRATCH
Many times, you will need to setup a new work environment such as staging or live, or you may need to setup your local development environ..
MAKE REWRITE RULES ON .HTACCESS FILE
If you need to make a rewrite rule on your .htaccess file, for example a condition if a URL not contains an string, you will need to make ..