我需要重定向以下两个 URL,如图所示:
http://domain.com/folder/file.php -> http://domain.com/folder2/
http://damain.com/folder/file2.php?id=13 -> http://domain.com/folder2/
通常我会使用类似的东西:
RewriteRule ^/folder/file\.php /hackme/ [R]
但似乎,由于“文件夹”不存在,重定向不能取悦。有人可以帮我弄清楚该怎么做吗?