标签: php .htaccess mod-rewrite
我有以下RewriteCond:
RewriteCond %{QUERY_STRING} ^key=(.*)
问题是当网址是这样的时候:
http://example.com/?key=index.php?param=value
仅捕获index.php部分,其余部分将被忽略。有办法解决这个问题吗?
index.php