options to host a website file manager

Apr 5, 11:03 AM

to make apache “serve” files, the .htaccess file must contain:

Options Indexes FollowSymlinks

the FollowSymlinks is in case we created a symbolic link using:
ln -s newLocation oldLocation

add a description to the apache file display column

example:
AddDescription “The planet Mars” /web/pics/mars.gif
puts “The planet Mars” in the description column



other possible options to have a website file manager:

http://www.blueshoes.org/en/applications/filemanager/

http://www.solitude.dk/filethingie/

http://pfn.sourceforge.net/

http://phpfm.sourceforge.net/

http://www.horsburgh.com/h_filemanager.html

Mark Edwards

,

---

Commenting is closed for this article.

---