且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

重定向301 htaccess的使用URL变量

更新时间:2023-10-21 13:17:46

确认这个规则:

RewriteCond %{QUERY_STRING} ^option=com_content&view=article&id=51&Itemid=67&lang=fr$ [NC] 
RewriteRule ^(index\.php)?$ /produits-et-services/conseil-et-accompagnement/ [L,R=301,NC]

是正确的放置在顶部的现有的任何其他重写规则之前

和测试不同的浏览器,以避免301高速缓存问题。

and test in a different browser to avoid 301 caching issues.