I haven't had any luck googling this question - and I've been at it for hours 🙂. If somebody's already answered it, I'm sorry!
I have a script that with a url of /something.php, i expect to be able to pass parameters into my script using a url like /something.php/my/params - this is correct and I use it frequently.
Curiously, /something/my/params behaves the same way as /something.php/my/params. THIS behaviour is NOT desired. On top of being un-wanted behaviour, it somehow prevents apache from applying mod rewrite rules.
Is there a php or apache directive that I can set/call that will "correct" this behaviour?
many thanks in advance!
Tim.