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++ - Convert big endian to little endian when reading from a binary file -

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

unicode - Are email addresses allowed to contain non-alphanumeric characters? -