I am strugling with https. I have installed and configured Invoiceplane. It works fine on hhtp. I’m working on a dev vm so i created my own self signed cert. I uncommented these lines:
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://invoices.test.net/$1 [R=301,L]
When i point my browser to the installation url, i get the expected ssl warning as my cert is self-signed, I accept the warning, and then I get a 404 page not found error. The url then changes to https://invoices.test.net/var/www/billing/sessions/login.
I don’t know what I doing wrong here.