Im just wondering if i can upload multiple deployments on a single domain. I moved one of my domains to netifly, can I upload multiple projects and place them in subdomains eg. www.mysite.com/project2 or even better project2.mydomain.com
Hey there, @satoshinet
Welcome to the Netlify Forums! Thanks for reaching out. These resources should get you on the right track:
Last reviewed by Netlify Support Staff: December 2022
Say you have an awesome blog as part of your larger website. But you’ve chosen to have your awesome blog in its own, separate git repository apart from the rest of your site content. How can you make this work so that your visitors have a seamless experience browsing that content as well under your one, main hostname? Proxying to the rescue!
Yes, Netlify is built around the “single codebase per site” model. But this isn’t to say that you c…
Hi,
My website is served as a single git repository. It consists of multiple subdirectories. Each of these subdirectories contain separate build scripts, separate package.json, webpack.config.js, etc.
This is the structure I’m trying to achieve:
mywebsite.com
mywebsite.com/myproject1
mywebsite.com/myproject2
mywebsite.com/blog
Is there a standard way to handle such structure? I’ve read about monorepos and redirects, however I cannot put everything together.
I would appreciate any help.