gpt4 book ai didi

regex - RedirectMatch 和 Regex 愚蠢行为

转载 作者:行者123 更新时间:2023-12-02 09:01:39 24 4
gpt4 key购买 nike

我正在尝试将对/library/的所有请求重定向到外部 URL,除非请求 .pdf 文件。例如www.mysite.com/library/section 应重定向至 www.externalsite.com,但 www.mysite.com/library/docs/some_pdf.pdf 应在不重定向的情况下提供 PDF 文件。这是我所拥有的:

RedirectMatch permanent /library/!(.*\.pdf) http://www.externalsite.com/

最佳答案

试试这个:

RedirectMatch permanent /library/(?!.*\.pdf) http://www.externalsite.com/

关于regex - RedirectMatch 和 Regex 愚蠢行为,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/756216/

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