what i've done is to change the permissions of the directory so read/write/execute are disabled (therefore no access) and then reenable access when I want to use it
Phil ----- Original Message ----- From: "Brandon Paolin" <[EMAIL PROTECTED]> To: "CF-Linux" <[EMAIL PROTECTED]> Sent: Tuesday, October 09, 2001 3:41 PM Subject: Re: moving cfadministrator > i copied the CFIDE dir off of the root, and when i tried to login to the new one, theres a > 404 error. > > i haven't changed the mapping yet, but the old files are still where the mapping is > pointing to, so i shouldn't be getting this 404 error...right? > ideas? > > ----- Original Message ----- > From: "Ryan" <[EMAIL PROTECTED]> > To: "CF-Linux" <[EMAIL PROTECTED]> > Sent: Tuesday, October 09, 2001 10:02 AM > Subject: Re: moving cfadministrator > > > > At 09:58 AM 10/9/2001 -0400, you wrote: > > >How do i go about moving the cfadministrator off of a web-accessible > > >directory, if its possible? > > > > Just put it somewhere thats not under a DocumentRoot, and then create an > > alias to map /CFIDE/ to wherever CFIDE is now. Like: > > Alias /CFIDE/ /opt/coldfusion/CFIDE/ > > Then you can create a <Directory> entry and restrict access to certain IP's > > or whatever you like: > > <Directory /opt/coldfusion/CFIDE> > > Limit GET POST PUT etc... > > </Directory> > > > > -Ryan > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ Archives: http://www.mail-archive.com/cf-linux%40houseoffusion.com/ To Unsubscribe visit http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_linux or send a message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
