I am trying to track the directory of a file in the APP of my company and I found this :
support/visitor/index.php?/LiveChat/Chat/Start
What I know is that if Directory is support/visitor/index.php
Than the file index.php should reside in :
support
|_visitor
|_index.php
What I know about interrogations in url is that they are used to pass parameters, ?name=John&iq=95 but what if they are passed in that way ?/LiveChat/Chat/Start what does it mean ? it looks like a salad without dressing to me
/LiveChat/Chat/Startmean. But in simple words we can say that there are 3 values passed in query string and these areLiveChat,Chatand last oneChat.