How to enable Directory Listing?

napcok

Verified User
Joined
Dec 1, 2017
Messages
9
Location
Poland
How do I enable the directory listing with OpenLiteSpeed?

I already try to put
Apache config:
Option +Indexes
to .htaccess.
No luck so far.
 
I guess you're looking for:
Code:
index {
autoIndex 1
}

Note that .htaccess is just used for URL rewrites in OpenLiteSpeed.
 
Back
Top