Hi,
I have already set up a web server that hosts a web site with PHP 4.4.8. The include file path(s) has been set in the php.ini file. Now I have to setup another web site on the same server. In general this should be simple and straight forward.
My problem is that the new web site uses the same set of files and include files (with additional/updated coding), but this site needs to be run independently from the earlier web site as it provides additional functionality than the older one. Also when accessing the new web site the include files should be referenced from the new directory path only as it contains updated code.
I have searched Google but could not find an answer. May be my search terms need to be refined a bit .. 🙂. Anyhow I need this to be set up quickly and any help is appreciated.
Thanks.