I have a situation whereby a client has two seperate domains and want's them both to share the same member directory.
Ergo, www.site1.com would take his users to the members directory of www.site2.com when they login.
Must first inclination is to change the pointer in httpd.conf for the site that needs to be directed. So site 1 and site 2 would point to the same document root directory.
Before I do this (you can bet your unmentionables I backed up httpd.conf), my question is: can it be that simple?
On my server I have enabled php open_basedir protection, so I imagine I would have to excluse the relevant sites.
Or is there another way of achieving the sharing of one directory by two domains?
Many thanks,
James