views:

16

answers:

1

I just found and installed Zend Framework CE to test my web sites. I've used Apache before but this seems to be a great deal more gui and automated. My question is how do I change the Apache C:/Program Files (x86))/Zend/Apache2/htdocs/ with Zend Framework? Is there a way to do it and have it update everywhere it needs to?

also, I'm planning on using Zend Framework to test my web applications on my computer and use the server live MySQL and then will upload the files manually, is this not the best way to handle this? (I just found out about this, what I've been looking for for a long time...)

+1  A: 

Nevermind, got it.

Open httpd.conf located in C:\Program Files (x86)\Zend\Apache2\conf\ then change DocumentRoot "C:\you_doc_root" (about 1/3 the way down) and restart the server (right click on system tray icon).

Derek