Glassfish 3.1 中的 URL 重写

发布于 2024-12-11 19:03:58 字数 778 浏览 0 评论 0原文

我正在使用 Glassfish 3.1(适用于 Windows)在本地主机上部署/测试 Web 应用程序。现在我想使用 URL 重写。

URL 重写对我来说是必须的,因为我的网站包含数据库中列出的 500 多种产品。

目前我正在使用下面的 URL(动态)从数据库获取产品详细信息。

http://localhost:8080/PRODUCTS/List_product.action?productId=345627

我想更改上述内容URL 像这样...

http://localhost:8080/PRODUCTS/List_product .action/productId/345627/Intelligent-Calculator

我知道搜索引擎更喜欢静态页面而不是动态页面和动态页面。使用静态 URL 有很大的优势,例如高排名和高排名。 公关。

我正在使用 Struts2 Frameork.. 作为我的网络应用程序,

我也听说过 .htaccess 文件,但不确定

我现在遇到麻烦了...请帮助我,伙计们...提前致谢...欢迎提出建议...

I am using Glassfish 3.1(For windows) to deploy/test Web-apps on localhost. Now i want to use URL Rewriting.

URL Rewriting is must for me as My website contains more than 500 products listed in database..

Currently I am using below URL(Dynamic) to get product details from database..

http://localhost:8080/PRODUCTS/List_product.action?productId=345627

I want to change the above URL like this...

http://localhost:8080/PRODUCTS/List_product.action/productId/345627/Intelligent-Calculator

I know Search engine likes Static pages more than Dynamic ones & there are great advantages using static URL's like high Ranking &
PR.

I am using Struts2 Frameork.. for my web-app

I have also heard about .htaccess file but not sure about this

I am in trouble now.... Please help me Guys...Thanks in advance...Suggestions are welcomed...

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

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

发布评论

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

评论(1

清秋悲枫 2024-12-18 19:03:58

有一个很好的库可以满足此要求,请查看漂亮的面孔

There is a nice library available for this requirement, check out pretty faces

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