Hosting – .htaccess voorbeelden

Het .htaccess bestand is een configuratiebestand waarin instructies staan voor het afhandelen van binnenkomend verkeer. Ook kan een .htaccesss bepaalde instellingen van je submap(en) aanpassen. Een .htaccess bestand is eigenlijk een bestand zonder naam, want .htaccess is namelijk een extensie. Een .htaccess bestand zet je in je root folder of in een andere map.

Hieronder vind je een aantal handige .htaccess voorbeelden.


Prevent IP range or address


Prevent Direct Access to files


Compressie – Deflate


Compressie Deflate (alt)


Compression – GZIP


Browser cache (expire headers)

Leverage Browser Caching via Htaccess is one of the most recommended Htaccess tricks to speed up WordPress website by the developers.
Most of all optimization tools like GTmatrix and Google PageSpeed Insights recommends to Enable Browser Caching. Browser Caching enabled websites told web browsers to store/keep website resources like JS or CSS files for a specified period.
So that, web browsers do not need to download the same resources again. As a result, the website loads faster because the browser uses the already downloaded resources.
Learn more about the Leverage Browser Caching via Htaccess, I have written a detailed guide about browser caching and how to implement leverage browser caching no your WordPress website.
You can Enable Browser Caching by adding the following Htaccess code to increase page speed using Htaccess.

Browser cache (expire headers) ALT


Server signature off


Bron(nen):
technumero.com