gpt4 book ai didi

apache - mod_rewrite 制作短网址

转载 作者:bug小助手 更新时间:2023-10-28 01:29:20 31 4
gpt4 key购买 nike

我有一个类似的网址:

http://skepticalgamer.com/category/slam-the-controller

我想从 URL 中去掉“类别”。所以我想要:

http://skepticalgamer.com/slam-the-controller

就像上面的原始 URL 一样。用 mod_rewrite 可以做到吗?

最佳答案

是的,您可以使用 mod_rewrite 执行以下操作:

RewriteRule ^slam-the-controller$ category/slam-the-controller

这将采用 URL:

http://skepticalgamer.com/slam-the-controller

并将其重写为:

http://skepticalgamer.com/category/slam-the-controller

关于apache - mod_rewrite 制作短网址,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3055794/

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