php - Can you configure a single folder in a WordPress install that will allow directory list contents -


i have wordpress installation. have 1 folder in file structure url show files , folders , allow browse , download there.

can done?

seth

you need make separate .htaccess file directory want viewable. careful directories deeper 1 in .htaccess works downstream/cascades.

more info. via: http://www.wise-women.org/tutorials/htaccess/

allow directory browsing

there may times when want or need allow visitors browse directory. example, may need allow access files in directory downloading purposes on server configured not allow it.

many servers configured visitors cannot browse directories. in case visitors not see contents of directory instead error message. can override servers settings , allow directory browsing line: options +indexes


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -