Hi all,
we need to integrate third-party external PHP code.
Let’s call our applications fooapp1
and fooapp2
.
We need to have them be available online via
http://www.test.com/fooapp1 and http://www.test.com/fooapp2 or http://www.test.com/thirdparty/fooapp1 and http://www.test.com/thirdparty/fooapp2
how can we do this?
One way is to put this things into web/fooapp1
and web/fooapp2
but I don’t think it would survive a deployment. We would like to have some place like: web/app/thirdparty/fooapp1
and web/app/thirdparty/fooapp2
, is this possible? must they be linked?
Thanks for infos.