]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added some explanatory text to README
authorJeffery To <jeffery.to@gmail.com>
Thu, 8 Oct 2009 04:13:33 +0000 (12:13 +0800)
committerJeffery To <jeffery.to@gmail.com>
Thu, 22 Oct 2009 04:46:58 +0000 (12:46 +0800)
README
htaccess.sample

diff --git a/README b/README
index 75621998111fa1c3f38fe8e30c03d0cdffdc02f2..f5b559e73dd73875dc06ae4c5dbc9690d1573749 100644 (file)
--- a/README
+++ b/README
@@ -755,6 +755,10 @@ private site, but users of the private site may be able to subscribe
 to users on a remote site. (Or not... it's not well tested.) The
 "proper behaviour" hasn't been defined here, so handle with care.
 
+If fancy URLs is enabled, access to file attachments can also be
+restricted to logged-in users only. Uncomment the appropriate rewrite
+rule in .htaccess or your server's httpd.conf.
+
 Upgrading
 =========
 
index 91ae9da9be19b7613abb596b85a015be947ab59b..373108c81650757c0e8e4fb731d47e5d0851c994 100644 (file)
@@ -5,8 +5,8 @@
 
   RewriteBase /mublog/
 
-  # If your site is private and want to only allow logged-in users to
-  # be able to download file attachments, uncomment this rule.
+  # If your site is private and want access to file attachments
+  # restricted to logged-in users only, uncomment this rule.
   #
   # If you have a custom attachment path
   # ($config['attachments']['path']), change "file/" to match.