In addition to the menu not working properly, in order to go to the login page, I needed to edit
$phpwcms['root'] = '/'; //default: ''
Code: Select all
// site values
$phpwcms['site'] = 'http://2008.bmwccaofest.org';
$phpwcms['admin_name'] = ''; //default: Webmaster
$phpwcms['admin_user'] = ''; //default: admin
$phpwcms['admin_pass'] = ''; //MD5(phpwcms)
$phpwcms['admin_email'] = ''; //default: noreplay@host
// paths
$phpwcms['DOC_ROOT'] = $_SERVER['DOCUMENT_ROOT'];// real DOC_ROOT seems to be: '/home/public_html/inc'
$phpwcms['root'] = '/'; //default: ''
$phpwcms['file_path'] = 'filearchive'; //default: 'filearchive'
$phpwcms['templates'] = 'template'; //default: 'template'
$phpwcms['content_path'] = 'content'; //default: 'content'
$phpwcms['cimage_path'] = 'images'; //default: 'images'
$phpwcms['ftp_path'] = 'upload'; //default: 'upload'