I'm making a website, and I have a profile view thingy that looks like this:
localhost:8080/profile?username=ImSchnebz
But I want it to look like this:
localhost:8080/profile/ImSchnebz
I've been searching everywhere, but I can't figure out how to do it.