I'm creating some pages for a site that would show the profile of a particular person using a path in the url (pathname)
Example:
- demo.com/page/IagoBruno
- demo.com/page/RodriggoDell
All these domains would show the same page (in php) and in that page would be placed a code to look for information of the profile quoted in that path of the url, in the case: IagoBruno or RodriggoDell.