Message from discussion
Cake 1.2 Apache Install
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1
Received: by 10.150.49.11 with SMTP id w11mr38986ybw.19.1211996053305; Wed, 28
May 2008 10:34:13 -0700 (PDT)
Date: Wed, 28 May 2008 10:34:13 -0700 (PDT)
X-IP: 12.48.196.34
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.14)
Gecko/20080404 Firefox/2.0.0.14,gzip(gfe),gzip(gfe)
Message-ID: <45461a47-7330-4595-9f86-cada5fd03861@d45g2000hsc.googlegroups.com>
Subject: Cake 1.2 Apache Install
From: Mike <mluff...@gmail.com>
To: CakePHP <cake-php@googlegroups.com>
Hi Everyone:
Ok, I've really done my research in groups and on the Cake site, but I
need a little help. I'm installing my Cake application on another
server (not my local machine) and I'm having a bit of a problem
getting it to run correctly. I think I need to use an Apache alias,
but I'm not sure.
Here's the directory structure on the server that I'll be using:
var
www
html
MyFolder
AppName
app
cake
...other folders from default installation
I've got all my application code in the app folder. When I go to
http://serveraddress/MyFolder/AppName, I do get the home page
displaying correctly, but when I click on any of the links, I get a
blank page with absolutely nothing displaying.
Can anyone point me to a very precise description of how to install my
application correctly given that I have to obey the directory
structure given above?
Thank you!
--Mike