我有一个url类型:-http://www.example.com/products.php?cat=1我可以将其重写为:-http://www.example.com/myproduct1使用以下.htaccess规则:-RewriteRule^myproduct1$products.php?cat=1。如果我想重写为:-http://www.example.com/myfolder1/myproduct1/,我需要输入什么规则? 最佳答案 对于/a/b/中的任意路径段a和b,你可以使用这个:RewriteRule^([^/]+)