.htaccess URL rewriting friendly URL with 2 parameters, the second parameter is optional
- by letsworktogether
I'm kind of stuck at this part and was hoping that I'd get some assistance. I'm building a highscores page in PHP, that's going great, it works. However, I dislike the idea of index.php?skill=name and therefore wanted a bit of SEO in this.
I have successfully replaced the url with a more friendly version:
highscores/skill/name
And this is where…