Apache重定向url帶參數應該如何寫規則?
RewriteEngine on RewriteRule ^/test([0-9]*).html$ /test.php?id=$1
RewriteRule ^/new([0-9]*)/$ /new.php?id=$1
$1 就是參數
Apache重定向url帶參數應該如何寫規則?
RewriteEngine on RewriteRule ^/test([0-9]*).html$ /test.php?id=$1
RewriteRule ^/new([0-9]*)/$ /new.php?id=$1
$1 就是參數