My htaccess file has the following two lines
RewriteRule ^payment payment.php
RewriteRule ^payment-confirmed payment-confirmed.php
When trying to access payment-confirmed.php it just goes to payment.php (payment) - I'm guessing this is because it only reads the first word and thinks it has found the location.
Is there a way I can configure my htaccess file to avoid this?