I'm using Laragon on Windows 10, and I want to create a subdomain for a new project, The current structure is:
https://management.test
https://management.test/includes
https://management.test/client
I want to access the client folder using this URL: https://client.management.test But I don't want to have https://includes.management.test
I want the configuration to be only on the client folder.
I've tried playing with the Apache sites-enabled file but didn't get the result, Can anyone share a working example with me or a simple solution to achieve this?
Thank you.