summaryrefslogtreecommitdiff
path: root/htaccess.sample
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-10-31 14:46:46 -0400
committerEvan Prodromou <evan@status.net>2009-10-31 14:46:46 -0400
commit77311a362f2cff254c05207a4326ca6083560429 (patch)
treeaa35147872f50498e7de7ba886eb43163bd188d7 /htaccess.sample
parent65cbf05f607a93f4eb34e0019035cc167e2ef032 (diff)
Revert "Revert "mod_rewrite rule for getfile""
This reverts commit 7b5285c34692df865517ba823d14169d61fefa4c. Conflicts: htaccess.sample
Diffstat (limited to 'htaccess.sample')
-rw-r--r--htaccess.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.sample b/htaccess.sample
index 373108c81..91ae9da9b 100644
--- a/htaccess.sample
+++ b/htaccess.sample
@@ -5,8 +5,8 @@
RewriteBase /mublog/
- # If your site is private and want access to file attachments
- # restricted to logged-in users only, uncomment this rule.
+ # If your site is private and want to only allow logged-in users to
+ # be able to download file attachments, uncomment this rule.
#
# If you have a custom attachment path
# ($config['attachments']['path']), change "file/" to match.