Hi,
I use the self-hosted version of invoice ninja and after upgrading to newest version I have the following problem.
When I type my website, example.com, I get redirected to example.com/login and thereby get a 404 the requested URL was not found. In reality, it should redirect to example.com/index.php/login.
Can anyone explain why and how I can modify this redirection ?
Thank you,
Konrad
You shouldn't see 'index.php' in the URL, you may need to enable mod_rewrite
Thank you @hillelcoren. Indeed, i had to add “AllowOverride All” to my vhost conf file (to enable the .htacces file)