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...)

4

1 に答える 1

4
  • C:\Program Files (x86)\Zend\Apache2\conf\ にある httpd.conf を開きます

  • 次に、DocumentRoot "C:\you_doc_root" を変更します (約 1/3 下)。

  • 同様に、その行のすぐ下の 10 ~ 13 行を < Directory "C:\Program Files (x86)\Zend\Apache2\htdocs" > を < Directory "C:\you_doc_root"> に変更します。
  • 次に、サーバーを再起動します (システム トレイ アイコンを右クリックします)。
于 2010-08-03T16:35:21.250 に答える