From f80f775dfbe12cf6b95bda38b73f5dc37327d7fa Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Thu, 26 Jul 2018 15:09:50 +0100 Subject: Change the "private file" prefix from "@" to "_" It has all the benefits previously mentioned in commit 2f547251, as well as mirroring the common programming convention of using a "_" prefix to identify private variables/functions Hides files beginning with _ from mod_autoindex listings As well as 404ing on files starting with "_", also 404 on files starting with ".", as these are also private. Except for /.well-known/, because that's... well known, and should be public. --- rawdog/page.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rawdog/page.template') diff --git a/rawdog/page.template b/rawdog/page.template index 050f719..df5e817 100644 --- a/rawdog/page.template +++ b/rawdog/page.template @@ -1,4 +1,4 @@ - + -- cgit v1.2.1