From 83f752678c0879f7cf73b879ed7bdf8e251e5a07 Mon Sep 17 00:00:00 2001 From: John Bintz Date: Thu, 24 Sep 2009 10:56:46 -0400 Subject: [PATCH] add an htaccess file that prevents direct access to lots of code --- .htaccess | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..f886303 --- /dev/null +++ b/.htaccess @@ -0,0 +1,3 @@ +RewriteEngine on +RewriteRule (\.inc|/test/.*|classes/.*)$ - [F] +