【发布时间】:2015-09-20 12:30:37
【问题描述】:
我有一个这样的网址:
http://domain.com/database/movie/jurassic-park.1224.html
http://domain.com/artist/bruno-mars.104.html
我尝试使用以下 RewriteRules 解析这些 URL,但它们不起作用。
RewriteEngine On
RewriteRule ^(.*)\/movie\/(.*)\.(.*)\.html$ ./index.php?area=movies&id=$2 [QSA]
RewriteRule ^(.*)\/artist\/(.*)\.(.*)\.html$ ./index.php?area=people&id=$2 [QSA]
谁能帮我解决问题?
【问题讨论】:
标签: .htaccess mod-rewrite directory rewriting