Installing CakePHP on Windows with Apache
- by GeoSQL
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