使用.htaccess重写2个参数的URL,其中1个为页面,第二个为$ _GET值

时间:2019-04-19 15:23:07

标签: php .htaccess

我正在使用xampp制作网站。

1)我想将public_html/home重定向到public_html/index.php?page=home

2)我想将public_html/about/1重定向到public_html/index.php?page=about&id=1

以下代码将public_html/abc更改为public_html/index.php?page=abc

但是我无法获得上面第2点的代码

RewriteRule (.*) index.php?page=$1

0 个答案:

没有答案