如何在 Amazon 的 bitnami 机器上的 ubuntu 上启用 mod_rewrtie?
我在亚马逊上创建了一个 lamp bitnami 服务器。我想知道如何启用 mod_rewrite ? 这是我拥有的服务器 http://bitnami.org/stack/lampstack
我尝试安装“ sudo apt-get install apache2.2-common”,
然后运行“sudo a2enmod rewrite”,然后编辑“/etc/apache2/sites-available/default”并设置“AllowOverride all”,然后重新启动服务器。
但没有任何作用...
任何帮助将不胜感激。
I have created a lamp bitnami server on Amazon. I was wondering how to enable mod_rewrite on it?
This is the server that I have http://bitnami.org/stack/lampstack
I have tried installing "sudo apt-get install apache2.2-common"
then running "sudo a2enmod rewrite" and then editing "/etc/apache2/sites-available/default" and making "AllowOverride all", then restarted the server.
But nothing works...
any help will be highly appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无需安装任何东西,它已经启用,但您可以检查 Apache 配置文件:
/opt/bitnami/apache2/conf/httpd.conf
It is not necessary to install anything, it is already enabled but you can check the Apache configuration file:
/opt/bitnami/apache2/conf/httpd.conf