我试图将旧的谷歌缓存链接重定向到我们的新网站。所以它在我的正则表达式编辑器中有效,但在我的 htacess 文件中无效?
第一条规则似乎有效,但第二条规则无效。我在规则之上留下了例子。
# Legacy site redirects
# For homes home and search:
# www.site.ie/results_lost_found.html?search_type=lost_found&ad_type=&location_id=&x=31&y=12
RewriteRule ^results_lost_found|results_home(.+)search_type=lost_found(.*)$ lost_found [NC,R=301,L]
# www.site.ie/results_home.html?search_type=for_home&pet_type_id=&location_id=&x=14&y=10
RewriteRule ^results_lost_found|results_home(.*)search_type=for_home(.*)$ for_homes [NC,R=301,L]