.htaccess htaccess使用不同的文件夹和参数重定向url

.htaccess htaccess使用不同的文件夹和参数重定向url,.htaccess,.htaccess,我想重定向.htaccess中的url,地址为: domain_name.com/folder/index.php?param=0 致: 如何做到这一点 RewriteRule ^another_folder/page([A-Za-z0-9-]+)\.html$ folder/index.php?param=$1 RewriteRule ^another_folder/page([A-Za-z0-9-]+)\.html$ folder/index.php?param=$1

我想重定向
.htaccess
中的url,地址为:

domain_name.com/folder/index.php?param=0  
致:

如何做到这一点

RewriteRule ^another_folder/page([A-Za-z0-9-]+)\.html$ folder/index.php?param=$1
RewriteRule ^another_folder/page([A-Za-z0-9-]+)\.html$ folder/index.php?param=$1