About SUBDOMAIN and SUBFOLDER again?

I plan to create a website,

where my root domain www.example.com has an index page where it will allow the CHOOSE 3 website

namely policy.example.com, games.example.com, news.com

or example.com/politics, example.com/games, example.com/news?

Now, I do not know what to choose? SUBFOLDER or SUBDOMAIN binding?

what I would like to do is that regardless of the speed of the click from one of my links, it will be transferred to my root domain, which is example.com. perhaps?

+4
source share
1 answer

If you use a subdomain, for example: subdomain.example.com , requests will be sent to subdomain.example.com , and not to example.com unless you program it explicitly. Pressing example.com/subdomain sends requests to example.com .

+1
source

All Articles