Hi everyone.
I have the error below in my error log of apache2:
/.htaccess: <IfModule not allowed here
I have not changed anything recently. It appeared "out of the blue".
My http.conf file does not have any IfModule directive.
I only have two .htaccess files but in two different apps.
UPDATE:
When I migrated the app from WebFaction I followed this guide in order to configure Django with Apache:
https://community.opalstack.com/d/18-howto-run-django-on-apache-and-mod-wsgi
If I run python manage. runserver <port>
instead of apache then it works.
Any idea?
Thanks in advance for your assistance.