How to manually create Friendly URLs? (PHP)
- by Ole Jak
How to manually create Friendly URLs? (PHP)
So I have created simple php file which echos requested string. Now it has form echo.php?string=bla+bla+bla&font=times
I want to see it like echo/bla+bla+bla/times How to do such thing (not using external libs)?