FAQ
PHP DirectoryIndex not configured
If you are seeing files and directorys including 'index.php' apache has not been configured for PHP fully. Open the php.ini file and add 'index.php' to the DirectoryIndex line.
Base Directory
If the following error occurs edit the globals.inc.php - refer to the Install section. Version 0.2.1 only

PHP Session
If you have the following error:
Call to undefined function session_start()
Check that PHP has been installed with the sessions enabled.
Module Directory Permissions
There may be an issue with the permissions on the modules directory. The following command should fix it.
chmod +x <web root>/beef/modules
