does your apps.cfm have and entry for all name you want to access the server by? eg <cfscript> stApps = structNew(); stApps['127.0.0.1'] = 'mySite'; stApps['localhost'] = 'mySite'; stApps['mySite.com.au'] = 'mySite';
</cfscript> On Wed, 17 Nov 2004 13:10:14 +1100, ABCB <[EMAIL PROTECTED]> wrote: > Hi everyone, > > When I login to the admin area via our domain name, I find that I get the > error below...and yet I can login using the site ip with not problems. > > Has anyone had the same problem? > > We are using two load balanced servers...could this be effecting this? > > Kind Regards > David Kearins > > //////////////////////////////////////////////////////////// > // start error > > Element MODE.BADMIN is undefined in REQUEST. > > // end error > //////////////////////////////////////////////////////////// > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ > --- You are currently subscribed to farcry-dev as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
