我想要一个 html 重定向到不同的 php 和参数,phps 在一个子目录中,例如,从 /subdir/index.php?thread=23-post=12 /subdir/ 到 showthread.php?topic=23&topic= 12. 但是这不起作用:
RewriteRule ^/test/index\.php?thread=(.*)-post=(.*)$ /test/showthread.php?topic=$1&topic=$2 [R]
有什么建议吗?
提前致谢