Expires headers in .htaccess code

What are expires headers? Expires headers tell the browser whether they should request a specific file from the server or whether they should grab it from the browser's cache. The whole idea behind Expires Headers…

Allow mod_rewrite in CentOS 7

Today, let us learn how to allow mod_rewrite in CentOS 7. My problem was, I cannot get the mod_write work on my WordPress .htaccess on my Virtual Machine. What is mod_rewrite? an Apache module, uses…

Install LAMP stack on your CentOS 7

Today, let us learn how to install LAMP stack on your CentOS 7. For starters, the LAMP represents Linux, Apache, MySQL, and PHP. In this tutorial, we will cover the steps needed to install a…