Hi guys!
Some developers used to hide php file name from url to prevent possible attacks. by hiding php file name the attacker does not know which programming language you have used to build pages. for example http://mydomain.com/staff/details.php?staffid=2903&fullname=TorstenSeeger would be changed to http://mydomain.com/staff/2903-TorstenSeeger
Now my fist question is how to build such pages and grab url info from?
The second one is how to create pages to show urls like as http://www.gsmarena.com/motorola_moto_x_style-7229.php which "motorola moto x style" is the name of product and 7229 is product id in gsmarena?
Thank you in advance