Hi
I just installed Flarum on Contabo LAMP. And I cannot access to the Administration page (Not found)
And clicking on "General" or "Tags" raises the error "The requested resource was not found."
I activated the mod_rewrite:
sudo a2enmod rewrite
Module rewrite already enabled
In the folder /var/www/mydomain/forum/public, I added at the end of .htaccess the bloc:
<Directory "/var/www/mydomain/forum/public">
AllowOverride All
</Directory>
I tried also
<Directory "/var/www/mydomain/forum/public/">
AllowOverride All
</Directory>
I restarted the server using
sudo service apache2 restart
It is not using https also
Thanks in advance for any help 🙏