Added some explanatory text to README
This commit is contained in:
parent
834a876dd0
commit
d2bac158cd
4
README
4
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
|
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.
|
"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
|
Upgrading
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
|
|
||||||
RewriteBase /mublog/
|
RewriteBase /mublog/
|
||||||
|
|
||||||
# If your site is private and want to only allow logged-in users to
|
# If your site is private and want access to file attachments
|
||||||
# be able to download file attachments, uncomment this rule.
|
# restricted to logged-in users only, uncomment this rule.
|
||||||
#
|
#
|
||||||
# If you have a custom attachment path
|
# If you have a custom attachment path
|
||||||
# ($config['attachments']['path']), change "file/" to match.
|
# ($config['attachments']['path']), change "file/" to match.
|
||||||
|
Loading…
Reference in New Issue
Block a user