I the want user to visit www.domain.com/item/ABC123
As you can see here ABC123 should be the input parameter
like this www.domain.com/item/?Id=ABC123
Under /item/ there is an index.php file, that will take an Id input parameter, how do I pass the input parameter value from www.domain.com/item/ABC123 to the id input parameter of the index.php file?