From b1735a61ba891abf477d4d240f64a3d35e8d1185 Mon Sep 17 00:00:00 2001 From: User yamaguti Date: Mon, 4 Feb 2008 04:33:20 +0000 Subject: [PATCH] hide *.tpl files from a client --- .htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..91c0f9b --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ + +Order allow,deny +deny from all +satisfy all + -- 2.39.5