How to redirect HTTP to HTTPS and www to non-www

How to redirect HTTP to HTTPS and www to non-www

In the old days, website communication was hardly secured, and all websites’ URLs started with www. Nowadays most websites are secured using a SSL certificate, and most also dropped the www from their URL. All good and well, but how can you ensure old links do not result in a 404 error? … Read more >>

How to add browser caching rules to your .htaccess file on Apache

How to add browser caching rules to your .htaccess file on Apache

One of the items benchmarking tools like GTMetrix and Google PageSpeed Insights rate your site for, is whether it leverages browser caching or not. Often these tools reveal more pressing matters to concern yourself with, that have a larger impact on the benchmarking score. Practices like optimizing images and minifying CSS, HTML, and … Read more >>