Greetings,
I may need a nudge in the right direction. I know exactly what I want to do, but I’m not quite sure how to proceed.
What I Want to Do
I have an existing website at my-domain1.com
that’s working perfectly. I want to “map” my-domain2.com
to a particular subpath of my-domain1.com
. So for example, when someone visits my-domain2.com
, they will be served the contents residing at my-domain1.com/my/sub/path
.
Questions
- Can I set this up / try it on Netlify’s free teir?
- Do I need to use Netlify for my DNS, or can I use my existing external DNS provider as described here?
I have no control over the server hosting my existing site, as it was created using an integrated web development platform.
Any info or insights on how to get started would be appreciated. (I’ve done some reading and searching, but I think my lack of familiarity with the concepts and terminology is a limiting factor.)
Thanks much.