1

我想.htaccess从以下网址重定向一个网址:

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

至:

domain_name.com/another_folder/page.html  

如何做到这一点?

4

1 回答 1

0
RewriteRule ^another_folder/page([A-Za-z0-9-]+)\.html$ folder/index.php?param=$1
于 2012-11-03T22:42:24.957 回答