Hosting Multiple Projects on a Single Domain

Is possible to host multiple pages projects under a single domain, where each project is accessible through a different path or subdirectory. For example, if your domain is test.com, and i have two separate projects, helloFolder and worldFolder, and i want to access them at test.com/helloFolder and test.com/worldFolder, respectively. i do not want to have one main folder and this two folders inside the main folder
Was this page helpful?