开发者

How can I rewrite GET variable in Wordpress

开发者 https://www.devze.com 2023-04-04 17:54 出处:网络
Is it possible to rewrite : http://www.steffi开发者_开发百科andmihanta.com/2011/fashion/3781-lateef-for-ms-photography?people

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

精彩评论

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

关注公众号