directory index

Community support for Plesk, CPanel, WebMin and others with insight from two of the founders of Plesk. Ask for help here! No question is too simple or complicated. :-)
nobody
Forum Regular
Forum Regular
Posts: 349
Joined: Sun Mar 29, 2009 6:52 pm

directory index

Unread post by nobody »

I have a customer who wants to use directory index. I created a .htaccess with Options +Indexes and turned files into 777 but no luck.

Any ideas how to do that for a specific customer ?

thanks !
Hello IT.
Phone : Blah Blah ....
Have you tried turning it on and off again ?
Phone : Blah Blah ....
....
I'm sorry, are you from the Past ?!
http://www.youtube.com/watch?v=-E4fm4Wqego
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4149
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: directory index

Unread post by mikeshinn »

Check your AllowOverride setting in apache. That prevents htaccess overrides.
nobody
Forum Regular
Forum Regular
Posts: 349
Joined: Sun Mar 29, 2009 6:52 pm

Re: directory index

Unread post by nobody »

mikeshinn wrote:Check your AllowOverride setting in apache. That prevents htaccess overrides.
Thanks for your reply mike.

There are many allowoverrides in different directories in the httpd.conf.

Example :

Code: Select all

<Directory "/var/www/html">
Alias /error/ "/var/www/error/"
etc ...

I am not sure which one to change.

Any ideas ?

Thanks.
Hello IT.
Phone : Blah Blah ....
Have you tried turning it on and off again ?
Phone : Blah Blah ....
....
I'm sorry, are you from the Past ?!
http://www.youtube.com/watch?v=-E4fm4Wqego
User avatar
mikeshinn
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 4149
Joined: Thu Feb 07, 2008 7:49 pm
Location: Chantilly, VA

Re: directory index

Unread post by mikeshinn »

You want to change the root directory, if its configured on your system. If its not, then look for an override for the vhosts directory.
Post Reply