Copy CakePHP site under IIS webroot?
Posted
by
dan giz
on Server Fault
See other posts from Server Fault
or by dan giz
Published on 2012-03-25T02:34:55Z
Indexed on
2012/03/25
5:32 UTC
Read the original article
Hit count: 226
iis7
I've got a CakePHP application that uses a MSSql server running on windows server 2008r2 enterprise using IIS 7.5
My application is the only website running and is installed into wwwroot with cakephp installed to c:\inetpub (one level up from the site)
I want to copy this site so i can have a development version to work on, without conflicting with the live site.
how do i go about doing this? i'm confused, since previous set ups i've seen have a different folder in wwwroot for the site itself.
© Server Fault or respective owner