Ubuntu 上的 Lampp - httpd.conf
嘿,我已经在 Ubuntu 中安装了 Lampp,我想让 .htaccess 工作,但我不知道如何。是的,我已经在谷歌上进行了搜索。
干杯,
Hey, I've got Lampp installed in Ubuntu and I want to get .htaccess working but I don't know how. And, yes, I have searched all over google.
Cheers,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查找
AllowOverride None
指令,因为这会告诉 Apache 不要查找.htaccess
文件。Look for
AllowOverride None
directives, as that's what would tell Apache not to look for.htaccess
files.