【发布时间】:2011-04-12 03:07:18
【问题描述】:
我的网址是:
http://www.domain.com/Seattle_WA_math
它需要指向:
http://www.domain.com/list.php?city=Seattle&state=WA&s=math
这是我目前所拥有的,不起作用......
RewriteRule ^[A-Za-z_\-]+_[A-Z]{2}_[A-Za-z0-9_\-\(\)]+\/$ list.php?city=$1&state=$2&$s=$3 [L]
【问题讨论】:
标签: regex apache .htaccess mod-rewrite rewrite