更改页面网址,如www.domain.com/products.php?pid=1到网址www.domain.com/products.php?title-of-product-at-pid1

时间:2016-02-09 16:23:28

标签: php .htaccess

当我点击按钮时,它会将我的网址设置为www.domain.com/products.php?pid=1。我想将网页网址更改为www.domain.com/products.php?title-of- product-at-pid1-in-database。请提供可能的方法

1 个答案:

答案 0 :(得分:0)

实现此目的的一种方法是使用url重写。例如,在Apache上,您可以使用名为mod_rewrite的模块,并且可以设置用于重写URL的自定义规则。这是一篇关于重写URL的好文章。 https://www.smashingmagazine.com/2011/11/introduction-to-url-rewriting/