Hello!
First of all, let me say you congratulation for your work on Grav CMS. I love it 🙂
I have a question regarding security on production.
I am currently trying to host Grav on Amazon Lightsail with LAMP stack, using Bitnami.
I had to create apache virtualhost conf to get the CMS work in my domain name, since I've put the project into a subfolder and I plan to host several sites in the same VM.
Though, I didn't find other way than adding the following lines in my vhost conf file, to get all the URLs working:
TXT<Directory /opt/bitnami/apache2/htdocs/grav> Options FollowSymLinks AllowOverride All </Directory>
But in the Bitnami docs there is a line precising:
For security and performance reasons, it is advisable to not set AllowOverride to anything other than None
So it seems that my solution works but is not secure.
Is that really true ?
What would be the other way to have the page URLs working correctly if not using that config ?
Regards,
Mons