0
我已經在論壇上搜索答案,但沒有爲我工作。重定向301與htaccess與網址變量
我已經使用Wordpress重建網站,並希望保留舊的網址。
我有舊網址,如:index.php?option=com_content&view=article&id=51&Itemid=67&lang=fr
,我想permanantly移動網址,如:/produits-et-services/conseil-et-accompagnement/
重定向301,因爲URL瓦爾沒工作..和我試試這個:
RewriteCond %{QUERY_STRING} ^option=com_content&view=article&id=51&Itemid=67&lang=fr$ [NC]
RewriteRule ^index.php$ http://solunea.fr/produits-et-services/conseil-et-accompagnement/ [L,R=301]
在我的wordpress .htaccess
但沒有任何工作。
有人可以幫我嗎?