I would like to know if its possible change the extension .php to "/".
Example:
http://localhost/website/example.php?id=19
convert into,
http://localhost/website/example/?id=19
Or if you guys have a better idea for the address i would like to know what should i use.
Im beginner at clean URLS.
Cumps.