diff options
author | P. J. McDermott <pjm@nac.net> | 2012-08-13 16:24:00 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-08-13 16:24:00 (EDT) |
commit | 30f531e3ea4df1f74d3887a2827884f6171ee857 (patch) | |
tree | 984044b517b70b52d8c7947887ace2d83296f279 | |
parent | d1cc13ba6986963cfc263b1a98d3d0055337c7b7 (diff) |
Move, simplify, and improve .htaccess.
-rw-r--r-- | .htaccess | 4 | ||||
-rw-r--r-- | policies/.htaccess | 1 |
2 files changed, 1 insertions, 4 deletions
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 |