Setting up my.evolutionm.net
Hi,I'm trying to setup my.evolutionm.net on my Linux server w/ Apache and I created a virtual host for this. The document root for my.evolutionm.net is actually /myevolutionm/ which is just above my standard site's document root.
This seems to be causing problems with my includes and requires in PHP as I use $HTTP_SERVER_VARS[DOCUMENT_ROOT] to get the path. When I manually changed this I was still getting errors for include files below my document root level (ie my regular site includes that I need to use).
Does anyone know how I could set this subdomain up to correctly work. I guess what I'd need is a way to keep my document root the same, but have the my.evolutionm.net domain go to the myevolution directory.
Thanks,
Mark