Installing CakePHP on Windows with Apache
Posted
by GeoSQL
on Stack Overflow
See other posts from Stack Overflow
or by GeoSQL
Published on 2010-05-07T00:39:05Z
Indexed on
2010/05/07
0:48 UTC
Read the original article
Hit count: 272
Hi,
I'm trying to install CakePHP on my Windows XP machine running Apache 2.2. I have installed the Cake folder in my doc root.
I've read the installation instructions that say to include this line in the httpd.conf file;
<Directory /path/to/cake>
Does anyone know how to translate that into Windows? I currently have the following in my conf file:
<Directory "C:/Apache/Apache2.2/htdocs/cakeapp/">
Whenever I uncomment this line it crashes Apache. I've tried switching the slashes to "\" and I tried taking the slash off the end.
Any advice?
Thanks
© Stack Overflow or respective owner