Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 .htaccess 文件中只有一行:
RewriteEngine On
去掉那条线会使错误消失。我已经检查了我所知道的许多地方的 AllowOverride 规则(但我几乎不知道它是如何工作的)并且我认为它设置正确,但我不确定。
我无法弄清楚发生了什么,我什至不确定要检查什么。有任何想法吗?提前致谢。
通过命令在 apache 中启用重写模块(对于 Ubuntu)
sudo a2enmod rewrite
尝试将其替换为:
<IfModule mod_rewrite.c> RewriteEngine On </IfModule