2011-08-16 13 views

答えて

1

をありがとう、あなたはこれを使用することができます。

RewriteRule ^content/(\d+)$ action/index.php?id=$1 [R] 
RewriteRule ^content/.*-(\d+)$ action/index.php?id=$1 [R] 

RewriteRule ^content/(.*)-?(\d+)$ action/index.php?id=$2 [R] 

しかし、もっと読みやすいソリューションは、2つのルールを使用することです