diff options
-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 |