FiveFeet

 Note that when using /directory/ that the URL is sitename.com/directory/ and /directory is sitename.com/directory


Alias /directory/ "/home/name/directory/"
<Directory "/home/name/directory/">
    Options Indexes FollowSymLinks MultiViews ExecCGI # this will allow file listing in the directories
	Order allow,deny
    Allow from all
    # New directive needed in Apache 2.4.3: 
    Require all granted
</Directory>