gpt4 book ai didi

regex - htaccess : redirect if not match

转载 作者:行者123 更新时间:2023-12-01 11:51:22 24 4
gpt4 key购买 nike

我想将站点 X (http://example.com) 上的所有内容转发到站点 Y (http://destinationwebsite.com)除了“PAGEX.aspx”

(http://example.com/PAGEX.aspx?callback=7259%2F7062434327_9fbc6da0cd)

最佳答案

这应该有效:

 RewriteCond %{REQUEST_URI} !^/?PAGEX.aspx$
RewriteRule .* http://destinationwebsite.com [R=301,L]

关于regex - htaccess : redirect if not match,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11216251/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com