Hardening PHPMyAdmin Installation
PHPMyAdmin is written in PHP and provides a user friendly interface that facilitates the database management, database optimization and query executions. However, the default settings of PHPMyAdmin are not READ MORE
How To Cache Files to Leverage Browser Caching in htaccess
One of the most essential factors in improving page loading speed is by caching static files such as javascripts, css, fonts and images in the user’s browser. This READ MORE
Password protecting a directory with htaccess and htpasswd
Password Protecting a web directory with htaccess Password protecting a web directory can help make a directory private and only accessible to one or several persons that have the username(s) READ MORE
Understanding the encryption process in htpasswd file
Ever wondered how does the encryption work in the htpasswd file? How is it generated and encrypted. I’ve been doing some researches, and eventually figured it out. When using SSH, READ MORE
How to zip a Directory using SSH with htaccess files included
If you’re like me, and work with websites made of thousands of files, whether it was php files, image files or just any file, then you already know that downloading READ MORE