On Wed, 2012-04-18 at 00:17 +0200, Silvio Siefke wrote: > location ~ /\.ht { > deny all; > } This also matches .html files. Try making your regex more explicit. Cliff