Glassfish 3.1 中的 URL 重写
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个很好的库可以满足此要求,请查看漂亮的面孔
There is a nice library available for this requirement, check out pretty faces