我正在使用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