再次关于 SUBDOMAIN 与 SUBFOLDER 的问题?

发布于 2024-07-26 00:58:54 字数 295 浏览 6 评论 0原文

我计划创建一个网站,

我的根域 www.example.com 有一个索引页面,用户可以在其中选择 3 个网站,

即politics.example.com、games.example.com、news.com

或 example.com /政治、example.com/games、example.com/news?

现在,我不知道该选择什么? 子文件夹或子域链接?

我希望发生的是,无论我的链接之一的点击率如何,它都会被传递到我的根域,即 example.com。 那可能吗?

I am planing to create a site,

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

namely politics.example.com , games.example.com, news.com

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

now, I dont know what to choose? a SUBFOLDER or SUBDOMAIN linking?

what i would like to happen is that whatever the click-rate from one of my link, it will be passed to my root domain which is example.com. is that possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ゝ偶尔ゞ 2024-08-02 00:58:54

如果您使用子域,例如:subdomain.example.com,请求将发送到 subdomain.example.com,而不是发送到 example.com除非您明确地编程这样做。 单击 example.com/subdomain 会将请求发送到 example.com

If you are using a subdomain, for example: subdomain.example.com, requests will be sent to subdomain.example.com, and not to example.com unless you program to do so explicitly. Clicking example.com/subdomain sends requests to example.com.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文