From 65cbf05f607a93f4eb34e0019035cc167e2ef032 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 31 Oct 2009 14:45:46 -0400 Subject: Revert "Revert "Added some explanatory text to README"" This reverts commit 446de62d02f372b6755237ae61e08bfcd4bf5100. Conflicts: README htaccess.sample --- htaccess.sample | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'htaccess.sample') diff --git a/htaccess.sample b/htaccess.sample index 37eb8e01e..373108c81 100644 --- a/htaccess.sample +++ b/htaccess.sample @@ -5,6 +5,14 @@ RewriteBase /mublog/ + # 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. + # + #RewriteRule ^file/(.*) getfile/$1 + RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule (.*) index.php?p=$1 [L,QSA] -- cgit v1.2.3-54-g00ecf