How to manually create Friendly URLs? (PHP)
Posted
by Ole Jak
on Stack Overflow
See other posts from Stack Overflow
or by Ole Jak
Published on 2010-03-22T19:25:50Z
Indexed on
2010/03/22
19:31 UTC
Read the original article
Hit count: 166
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)?
© Stack Overflow or respective owner