I have a url pattern -- www.domain.info/(unique_number)
for example : http://domain.info/1211.10/09879 where 1211.10/09879 is a unique number
now ,on GET request I want to redirect this url to page.php where page.php will display unique_number's data.
where should i code for getting unique number from url?(i dont want to make directory - 1211.10/09878/)
what is the best way to achieve this ?