1
I want to create a site to house websites for other users.
So if a websurfer types in
http://www.MYSITE.com/thisdomain or
http://www.MYSITE.com/thatdomain they will be taken to that "site" controlled by a different user. There will undoubtedly be duplicate page names such as "Contact Us", or "About Me", etc. This user will be able to have a site with several pages and can alter the content on their site.
My install of XOOPS is in MYSITE.com/sites/htdocs/ so I probably need a redirect index.php (or .html) in each /thisdomain or /thatdomain folder to the particular part of XOOPS.
Where should I start looking for a module that will handle this? Or exactly where should I start?