BROWSE DIRECTORY
When a client requests a directory from the server and the server
cannot find a default file to send, it indexes the directory and sends
a list of the files to the client. This allows the client to browse
the directory and access any file within
it.

Indexed folder for Browsing
If you want to define a cascading style sheet for the directory index
page, you can modify the file myserver.xml.
Locate the line:
<BROWSEFOLDER_CSS>system/folderstyle.css</BROWSEFOLDER_CSS>
and replace system/folderstyle.css with the name of your .css file.
The file system/folderstyle.css has the default form:
body { font-family: Arial; color: #000000;background-color:#FFFFFF }
Following symlinks
On Unix-like Operating systems (e.g.: Linux, *BSD, GNU/HURD, Solaris,
etc.) MyServer supports the feature to follow Symlinks.
You can add the symlink following feature to each virtual host in the
virtualhosts.xml file or in the myserver.xml for all hosts.
<FOLLOW_LINKS>YES</FOLLOW_LINKS>
The default value used by MyServer is:
<FOLLOW_LINKS>NO</FOLLOW_LINKS>