Forum Moderators: phranque
What you think about this advices? Are they true? Maybe you have more advices to me?
[edited by: jdMorgan at 2:56 pm (utc) on Dec. 23, 2006]
[edit reason] De-linked [/edit]
When AllowOverride is set to allow the use of .htaccess files, Apache will look in every directory for .htaccess files.
Perhaps you can clarify how that article's statement is incorrect.
I think the author was probably trying to avoid burying his main point in a nest of IF-AND-OR-BUT conditions... :)
Jim
This is all about semantic flow control. Due to the none / not / whatever wording of that article I instantly assumed that it was incorrect and duly moved on. I made a mistake in assuming the article was incorrect but the damage had already been done.
I think there is a lesson here in wording. If it doesn't "read right" the user will move on.
[edited by: Frank_Rizzo at 12:57 am (utc) on Dec. 24, 2006]
Agreed, it could have been written better to avoid the double negative. It's a good example of why we should always try to avoid anything that sounds confusing or could be misinterpreted.
The apache.org statement was clearer, in that it avoided the double negative, but the example in the OP was more specific in that it indicated that any setting for AllowOverride other than none would indeed allow the use of .htaccess files.
The apache.org explanation left it to the reader's knowledge of what setting or settings "allows the use of .htaccess files," while the statement in the first example explicitly tells us that any setting other than "none" triggers this condition.