【发布时间】:2012-09-16 18:45:45
【问题描述】:
所以我有一堆网址
http://foo.com/people/smith/john/1
http://foo.com/people/cartman/eric/2
http://foo.com/people/simpson/bart/3
我想像这样更改网址
http://foo.com/people/smith/john/
http://foo.com/people/cartman/eric/
http://foo.com/people/simpson/bart/
所以基本上,我想我需要编写一个条件来查找文件夹“people”并从 URL 中删除第三个目录。这对我的 .htaccess 可行吗?
【问题讨论】:
标签: .htaccess mod-rewrite url-rewriting yii