Page 1 of 1

Directory Listing

Posted: Tue Sep 23, 2014 4:31 am
by NanoG6
Hello, how can I enable directory listing/directory index?
I cant see such an option in the panel. Or if I have to edit config manually, which one and how?
Many thanks!
Warm regards,
Andi.

Re: Directory Listing

Posted: Thu Sep 25, 2014 5:04 pm
by patstan
What do you mean by directory listing?

Re: Directory Listing

Posted: Thu Sep 25, 2014 6:14 pm
by egglan
If using apache, edit the sites .htaccess for the directory by adding the following line without quotes:
"Options +Indexes"

To disable directory listing protection add the following to .htaccess without quotes:
"Options -Indexes"

Re: Directory Listing

Posted: Thu Sep 25, 2014 9:44 pm
by NanoG6
egglan wrote:If using apache, edit the sites .htaccess for the directory by adding the following line without quotes:
"Options +Indexes"

To disable directory listing protection add the following to .htaccess without quotes:
"Options -Indexes"
Hi egglan, I already did that. Tried in .htaccess and httpd.conf but still no luck. Always got 403 forbidden (apache error style).

Re: Directory Listing

Posted: Sat Oct 11, 2014 10:33 pm
by F41L
NanoG6 wrote:
egglan wrote:If using apache, edit the sites .htaccess for the directory by adding the following line without quotes:
"Options +Indexes"

To disable directory listing protection add the following to .htaccess without quotes:
"Options -Indexes"
Hi egglan, I already did that. Tried in .htaccess and httpd.conf but still no luck. Always got 403 forbidden (apache error style).
Restarted apache?

Re: Directory Listing

Posted: Sat Oct 11, 2014 11:21 pm
by NanoG6
Yes I restarted Apache. Can anyone try on their vesta setup and check maybe have the same problem with me? ;)