htaccess 无法在我的主机上运行,为什么?
我将 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须联系您的主机并查看他们是否可以为您启用它。他们可能将服务器配置为不使用 .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.