通过htaccess中的mod_rewrite将查询字符串添加到我的URL

时间:2019-05-14 10:02:53

标签: .htaccess url mod-rewrite

我需要将查询字符串添加到一些URL。像这样:

my_url.com/home.html
my_url.com/home.html?a_query=2
my_url.com/test.html
my_url.com/test.html?a_query=6

因此没有添加查询字符串的特定规则。

0 个答案:

没有答案