Are you stumbling into that error? So here's something can help you to solve:
You need to enable Mod_Rewrite for apache2. Run this command:
sudo a2enmod rewrite
And after, restart apache:
systemctl restart apache2
It's done! Everything should work again.
Top comments (0)