Hi, Perhaps index.cfm isn't set as a default document? If http://localhost/farcry/index.cfm works, that would be the case, but the fact that you're getting a test page on localhost might indicate something else is awry - I don't use Apache, but from memory isn't that a static HTML page? I would have expected a 404 - file not found - for index.html in the www directory.
Something to check? Chris -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of trinity (sent by Nabble.com) Sent: Sunday, 26 February 2006 4:22 PM To: [email protected] Subject: [farcry-dev] Re: installing farcry with apache problem Hi, I have re-downloaded farcry files and re-installed apache. I'm currently using apache 2.0.55 and I only appended the following code at the end of httpd file: <VirtualHost 127.0.0.1:80> ServerName localhost DocumentRoot C:/farcry/trinity/www Alias /farcry "C:/farcry/farcry_core/admin" </VirtualHost> I have tried changing the header to <VirtualHost *:80> but to no avail. I can access apache test page at http://localhost. When I go to http://localhost/farcry, it gives me a '403 forbidden error'. I have not install farcry yet as i can't reach farcry installation page. The directories structure of my farcry: c:\farcry -farcry_core -farcry_aura -fourq -trinity --www The coldfusion database and mapping were successfully setup. Anyone pls advise. Cheers -- View this message in context: http://www.nabble.com/installing-farcry-with-apache-problem-t1161118c621.htm l#a3130649 Sent from the FarCry - Dev forum at Nabble.com. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
