使用 httpd.conf 进行 301 重定向

发布于 2025-01-06 05:46:37 字数 153 浏览 1 评论 0原文

我在某处读到,不建议使用 .htaccess 进行 301 重定向,更好的做法是使用 httpd.conf,

  1. 这是真的吗?为什么 ?
  2. 我们可以在 httpd.conf 中使用 regexp - 就像使用 .htaccess 一样吗?

I read somewhere that using .htaccess for 301 redirect is not recommended and that a better practice will be to use httpd.conf

  1. is that true ? why ?
  2. can we use regexp in httpd.conf - the same as we do with .htaccess ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

就是爱搞怪 2025-01-13 05:46:37

一般来说,.htaccess 仅用于每个目录的设置,而 httpd.conf 用于服务器范围的设置。另外,访问 .htaccess 文件会增加一些小的开销,但这可能不是您关心的问题。

是的,您可以在 httpd.conf 中使用正则表达式

Well, generally speaking .htaccess is just meant for per-directory settings and the httpd.conf for server wide settings. Also accessing the .htaccess file adds some small overhead but that's probably not your concern.

And yes, you can use regular expressions in the httpd.conf

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文