重定向到公共页面

发布于 2024-10-22 03:32:58 字数 192 浏览 1 评论 0原文

我想将所有请求重定向到公共页面,并且在该公共页面上我想检查此网址是否存在。

例如,我的基本 URL 是 www.iCare.com,

当任何人想要访问他的诊所页面(例如(www.icare.com/myclinic))时,该 url 会被重定向到一个公共页面,在该页面上我会获取当前 url 并进行匹配与 DB 确定此 URL 是否存在。

i want to redirect all request to common page and on that common page i want to check whether this url exists or not.

for example my base URL is www.iCare.com

when any one want to access his clinic page eg(www.icare.com/myclinic) the url is redircted to a common page and at that page i get the current url and matches it with DB that this URL exists or not.

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

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

发布评论

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

评论(2

泼猴你往哪里跑 2024-10-29 03:32:58

Filter(不是普通页面)是你在找什么

Filter (not the common page) is what you are looking for

梦旅人picnic 2024-10-29 03:32:58

Servlet 过滤器是一个更好的选择。使用 servlet 过滤器,您不需要重定向。

Servlet filter is a better option. With servlet filter you need not redirect.

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