I don't know the Apache config very well (never bothered to get CF running under Apache on any of my machines) but it looks as though Apache is escaping characters because of the backslash (\) in DocumentRoot. The one install I have always uses quotes around pathnames and always uses forward slashes (/).
In the DocumentRoot, maybe try a forward slash (/) instead. OR maybe try putting quotes around it like the other entries. BUT - also make sure you are putting in the right values for each of the install fields (because, technically you seem to be runnning under the webroot and FarCry should not have appended anything to "localhost"). Your APPLICATION MAPPING field should just have a forward slash (/) in it - not the path of your FarCry instance directory. Then, delete all the tables from your FarCry database. THIS IS IMPORTANT. Then, install again. Gary > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Behalf Of Bob > Campbell > Sent: Saturday, 15 November 2003 9:16 PM > To: FarCry Developers > Subject: [farcry-dev] Installation on Apache 2.48 > > > Hi, > I'm attempting to install Farcry using: Windows XP Pro, CFMX 6.1 on Apache > 2.48 with MySql 4.x. > > Here is the mappings I'm using: > C:\Apache2\htdocs\farcry_core\admin > C:\Apache2\htdocs\farcry_comlend\www > > Here is the Apache conf settings: > <VirtualHost *> > ServerName localhost:80 > ServerAdmin [EMAIL PROTECTED] > DocumentRoot c:\apache2\htdocs > Alias /farcry "c:\apache2\htdocs\farcry_core\admin" > Alias /farcry_comlend "c:\apache2\htdocs\farcry_comlend\www" > </VirtualHost> > > The install script runs, creates the db tables and gives me the option of > viewing or logging in. > > When I click on login, I get a page cannot be displayed message and the > following is in the address bar: > http://localhost%20c:Apache2htdocs> arcry_coreadmin/ > > When I click on view site: > > http://localhostc:Apache2htdocs> arcry_comlendwww/ > > Any ideas? > > Thanks, > Bob > > --- > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] > To unsubscribe send a blank email to > [EMAIL PROTECTED] > > MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia > http://www.mxdu.com/ + 24-25 February, 2004 --- You are currently subscribed to farcry-dev as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
