gpt4 book ai didi

linux - 编写 Apache 重定向规则?

转载 作者:太空宇宙 更新时间:2023-11-04 04:45:37 24 4
gpt4 key购买 nike

如何在apache where中编写apache重定向规则

http://www.example.com/8484/sdsdsdhttp://www.example.com/8484/test

应重定向到 www.example.com

最佳答案

像这样:

RewriteEngine On
RewriteRule ^/8484/(.*)$ http://www.example.com [R,L]

每个 VirtualHost 只需要一次 RewriteEngine On 即可激活重定向

关于linux - 编写 Apache 重定向规则?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38632444/

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