Directory Listing
Directory Listing
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.
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
What do you mean by directory listing?
Re: Directory Listing
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"
"Options +Indexes"
To disable directory listing protection add the following to .htaccess without quotes:
"Options -Indexes"
Re: Directory Listing
Hi egglan, I already did that. Tried in .htaccess and httpd.conf but still no luck. Always got 403 forbidden (apache error style).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"
Re: Directory Listing
Restarted apache?NanoG6 wrote:Hi egglan, I already did that. Tried in .htaccess and httpd.conf but still no luck. Always got 403 forbidden (apache error style).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"
Re: Directory Listing
Yes I restarted Apache. Can anyone try on their vesta setup and check maybe have the same problem with me? ;)