Can anyone advice me how can I set many projects under existed on my server
structure?
Structure is:
-www
-project1
-public
-project2
-public
-library
-Zend
I have vhost on apache for one ip with ServerName test.com and DocumentRoot
set on www/project1/public.
So when I enter test.com I receive a project1 website
Now I`d like to add second project which should work for url:
test.com/project2
How can I configure it? I find a problem with DocumentRoot which still leads
to www/project1/public.
Is it possible without creating second vhost? And even if I could create
second vhost I still have a problem with url address which might be
project2.test.com but not test.com/project2
thanks in advance for any help
--
View this message in context:
http://zend-framework-community.634137.n4.nabble.com/Many-project-in-the-structure-tp2401184p2401184.html
Sent from the Zend Framework mailing list archive at Nabble.com.