Submitted by Jonathan on 29 July 2013 - 4:00pm
I needed to find a way of accessing other folders on my Raspberry Pi other than just the standard "home directory"
I edited a file "/etc/netatalk/AppleVolumes.default"
and added the line:
/var/www "WWW"
at the very end of the file, see below:
# By default all users have access to their home directories.
~/ "Home Directory"
/var/www "WWW"
The folder /var/www is now available through my AFP share as 'WWW' unsurprisingly!