开发者

How can I rewrite GET variable in Wordpress

Is it possible to rewrite :

http://www.steffi开发者_开发百科andmihanta.com/2011/fashion/3781-lateef-for-ms-photography?people

to

http://www.steffiandmihanta.com/2011/fashion/3781-lateef-for-ms-photography/people

Please ?


You can use following rewrite rules to achieve that:

RewriteCond %{QUERY_STRING} ^(people)$ [NC]
RewriteRule ^ %{REQUEST_URI}/%1? [L,R]
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜