我要重定向以下URL:
https://domain.de/cms/front_content.php?idcat=650&lang=1 to https://otherdomain.de/preview.html
我编写了htaccess规则:
RewriteCond %{QUERY_STRING} ^idcat=650&lang=1$ [NC]
RewriteRule ^cms/front_content\.php$ https://otherdomain.de/preview.html? [R,L]
它对我不起作用,为什么?它是一个CMS,两个域都在里面。
1条答案
按热度按时间4xrmg8kj1#
之前有两个不同的规则。重新定位后,上面的重定向工作正常!@感谢julp