Hello,

I am converting my personal site over to drupal and I have in many places a directory structure of non-html files. I had a default index.php that just wrote a nice directory index for the old site. Here is an example: http://filbar.org/old/Courses/ , there is almost no html just code files and other misc items.

It seems that using attachments or the filemanager would be tedious for this. Is there a module or way that I don't know of to accomplish this? Maybe a module that can handle the directory structure?

Vince

Comments

vfilby’s picture

I found the filebrowser module in a most obvious place. The interface is pretty rough for what I want but I am refactoring the code and expanding it to be useful in opther circumstances as well.

V