On 2013-08-28 22:43:38 +0000, Jean-Michel Vourgère wrote:
> I believe this is the expected behavior:
> 
> I suppose your error.log contains something like :
> "/home/xxx/public_html/.htaccess: Option MultiViews not allowed here"
> 
> Tuning Multiview option is forbidden inside an .htaccess unless you explicitly
> allow it.

But my point is that this rule is too strict because MultiViews was
already enabled in the userdir config file under /etc.

> This can be fixed by changing:
> AllowOverride FileInfo AuthConfig Limit Indexes
> into
> AllowOverride FileInfo AuthConfig Limit Indexes Options=MultiViews

IMHO, Options=MultiViews should just mean that the user is allowed
to change the MultiViews status. But if the user doesn't change it,
Options=MultiViews shouldn't be needed. Indeed there's no harm if
the user uses an option that has no effect (because already set
in the same context under /etc).

-- 
Vincent Lefèvre <[email protected]> - Web: <http://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to