1
Ok, so I have a host where I have a "public_html" folder. I have my domain name pointed towards the ip address of the server via my dns. All works well.
However now I want to host a second site on that same server. I want the new url to point to "public_html/newsite" which will be the root directory for the new site, however I don't know how to point "http://www.newsite.com" to "http://www.oldsite.com/newsite" without all the links on the page showing up like "http://www.oldsite.com/newsite/modules..."
I can do a URL redirect via my DNS, but that will just redirect new site to old site and show the oldsite url
I can do a url frame, via my DNS, but again that will just show the newsite url in the address bar, but all the links will still show oldsite.
I don't care about combining databases as I want them separate, I just don't know how to configure it all with my webhost, xoops, and dns.
Any help would be appreciated.