What's the best method for clean URLs?
Posted: Tue May 05, 2009 5:30 pm
Heya,
So I'm trying to convert:
http://www.mywebsite.com/?title=page-title-goes-here
- to -
http://www.mywebsite.com/page-title-goes-here
I'm looking for a dynamic way of doing this so anytime the user goes to "page-title..." it keeps the clean URL but tells my PHP that "page-title..." is ?title...
Does this make sense? Thanks!
So I'm trying to convert:
http://www.mywebsite.com/?title=page-title-goes-here
- to -
http://www.mywebsite.com/page-title-goes-here
I'm looking for a dynamic way of doing this so anytime the user goes to "page-title..." it keeps the clean URL but tells my PHP that "page-title..." is ?title...
Does this make sense? Thanks!