From 30f531e3ea4df1f74d3887a2827884f6171ee857 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Mon, 13 Aug 2012 16:24:00 -0400 Subject: Move, simplify, and improve .htaccess. --- diff --git a/.htaccess b/.htaccess deleted file mode 100644 index cc03570..0000000 --- a/.htaccess +++ /dev/null @@ -1,4 +0,0 @@ -Options +FollowSymLinks - -RewriteEngine on -RewriteRule ^([^/]*)$ policies/$1 [L] diff --git a/policies/.htaccess b/policies/.htaccess new file mode 100644 index 0000000..289c0f7 --- /dev/null +++ b/policies/.htaccess @@ -0,0 +1 @@ +Options +SymLinksIfOwnerMatch -- cgit v0.9.1