skip to Main Content

How can I use mutliple url variables? – Apache

I will convert URL's like those example.com/tasks.php?action=list example.com/tasks.php?action=detail&id=48 example.com/tasks.php?action=add&name=Test into those example.com/tasks/list example.com/tasks/detail/48 example.com/tasks/add?name=Test So, I need two variables, but the second must be optional, the file extension must be hidden and I need to add get variables.

VIEW QUESTION
Back To Top
Search