How to manage URLs in PHP -
i have urls like:
example.com/category?id=5,
but want url like
example.com/category/category_name.
i use pure php without framework. can please suggest me way it..?
this should try solve webserver, it's not php question. apache, mechanism called modrewrite.
http://roshanbh.com.np/2008/03/url-rewriting-examples-htaccess.html should easy starter.
Comments
Post a Comment