Thanks for your reply, but i have a few questions Like you say, i can't have a "+/-" options with a non "+/-" options Either i use "+/-" for both, or i don't use . I'm right ? And after you say, any options wasn't listed un Options was null, none, or false ? (Excuse for this questions, but i'm understand more when it's in french ;-)) For the rest i understand.. Directory was more important than VirtualHost.. It's better for security . And icons/ directory work because it a directory and not a virtualhost.. Many thanks ;-) It's will be solved :-) Le vendredi 15 septembre 2006 15:01, Joshua Slive a écrit : > A few problems here. First, never mix "+/-" and non-"+/-" options > together on the same Options line. It doesn't make any sense since > having any non-"+/-" options automatically indicates that options are > reset to None before adding the listed options. See: > http://httpd.apache.org/docs/2.2/mod/core.html#options > > More importantly for your problem, the order that directives are > applied is not the same as the config-file order. It is specified > here: > http://httpd.apache.org/docs/2.2/sections.html#mergin > In particular, options inside <Directory> sections are applied after > Options specified in a bare <VirtualHost> section. So to get what you > want, put the following inside the <VirtualHost> section: > <Directory /var/www/html/number/files> > Options Indexes > </Directory>. > > Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx