htaccess 无法在我的主机上运行,​​为什么?

发布于 2024-12-01 15:52:18 字数 225 浏览 1 评论 0原文

我将 .htaccess 文件上传到我网站的根目录,但没有任何效果! 我该如何解决这个问题

这是 .htaccess 文件的文本:

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

I uploaded the .htaccess file to the root of my website, but it makes no effect !!
how can I solve this problem

this is the text of .htaccess file :

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

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

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

发布评论

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

评论(1

街角卖回忆 2024-12-08 15:52:18

您必须联系您的主机并查看他们是否可以为您启用它。他们可能将服务器配置为不使用 .htaccess 文件。

You'll have to contact your host and see if they can enable it for you. They likely have the server configured to not use .htaccess files.

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