B.) Have "domainY.tld" show the contents of "/forum" without redirecting; the contents of "/forum" are served directly by visiting "domainY.tld" without using or typing "/forum"
I believe that is closest...here are more details-
Right now I have domainY.tld as an addon domain with a a document root: public_html/forum and redirecting to
http://domainX.tld/forum/general-discussion/ (so that users start on that forum subcategory).
When a user visits domainY.tld, it directs to
http://domainX.tld/forum/general-discussion/, like it should. I want the address bar to show
http://domainY.tld/forum/general-discussion/. Moreover, if the user navigates to another page, I would like the address bar to continue showing the root as domain
Y.tld/.. Is this possible?
Thanks Don.