<Directory> Options +Indexes

ericj

New member
Joined
May 15, 2012
Messages
1
Hi,

I would like to edit httpd.conf with Directadmin.
Now it is
<Directory ...>
Options -Indexes

But it should be
Options +Indexes

How do I do that?

Thanks,

Eric J.
 
I strongly suggest you to use .htaccess instead edit httpd.conf directly, cause will be rewritten on every domain modify (example subdomain add).

Regards
 
Other options are to rewrite the DirectAdmin configuration file templates, but you should be sure you know what you're doing. Before you edit configuration file templates move them to the custom directory.

Or modify the httpd.conf settings from the admin login.

But all said, SeLLeRoNe's method is cleaner if you don't mind that the user can change his own .htaccess file.

Jeff
 
Well the +indexes i suppose is needed just in some site, not all.. at least... i use it also somewhere for my repository but for sure my customer wanna see website not a list of flie :)

Regards
 
Back
Top