웹 개발 디렉터리 변경하려고 스택오버플로우에서
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).
- As well, right 10-13 lines below that line change < Directory "C:\Program Files (x86)\Zend\Apache2\htdocs" > to < Directory "C:\you_doc_root">
- then restart the server (right click on system tray icon).
본 답변 같이 httpd.conf 수정한다음에 zend서버 재시작 했는데도
계속 디렉터리를 htdocs로 잡네요 ;;
해결 방법 없을까요??
댓글 0