Issue with Pay Now Link

Hi,

There is an issue with the pay now links, I can fix it but it is putting in an extra /
for example: /billing/public/buy_now/? and that does not work however it works if I change it to: billing/public/buy_now?

Is there a setting possibly that I have wrong?

I am using version Invoice Ninja 4.59 Self Hosted.

Thank you!

I think it may be related to the server configuration, some configs ignore the trailing slash others don’t.

Ahh thanks!

I’ll check into that, but I do not mind removing that either lol

Invoice Ninja is awesome :smiley:

1 Like

On Apache, this could have something to do with Multiviews. I was looking at the default Invoice Ninja .htaccess file and it has this feature enabled. If you haven’t been able to solve the problem with other server configurations, try commenting out the relevant part of .htaccess and see if that solves it.

I’m working with LiteSpeed servers, which can act as a sort of replacement for Apache, and they do a good job of explaining the feature here: https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:config:multiviews

1 Like