“.htaccess”在哪里? apache 文件位于 Linux Red Hat 中?

发布于 2024-09-19 08:17:12 字数 52 浏览 6 评论 0原文

有谁知道我在 Linux Red Hat 5 中安装后 .htaccess 文件位于哪里?

Does anyone know where is the .htaccess file located after I install in linux red hat 5?

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

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

发布评论

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

评论(1

兮子 2024-09-26 08:17:12

没有安装 .htaccess 文件。您将拥有 Apache 的全局配置文件,该文件位于 RedHat 上的 /etc/httpd/conf/httpd.conf 中(请参阅 http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/Reference_Guide/s1-apache-config。 html)。另一方面,.htaccess 文件是您在实际 Web 文件所在的每个目录上创建的文件。

There is no .htaccess file that's installed. You will have a global config file for Apache, which is in /etc/httpd/conf/httpd.conf on RedHat (see http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/4/html/Reference_Guide/s1-apache-config.html). On the other hand, .htaccess files are something you create on a per-directory basis where the actual web files live.

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