I have a domain that’ll be using Zend Framework and I need to modify the documentroot for this particular domain to resolve to Zend’s path.
Anyone know how to update the virtualhost on a particular domain?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Typically, you don’t have to modify the document root.
Put your application files one level above your document root, and put the contents of the zend
publicfolder in whatever your document root is (e.g. public_html or htdocs).