aleX_hill Posted November 20, 2007 Share Posted November 20, 2007 I have seen a few sites which do not use the following syntax for URL parameters: page.php?param=value Instead they use something like page.php/param/value or something like that. How can I go about converting the first style to the second (or similar) Thanks, Alex Link to comment https://forums.phpfreaks.com/topic/78064-url-parameters/ Share on other sites More sharing options...
~n[EO]n~ Posted November 20, 2007 Share Posted November 20, 2007 Mod Rewrite / URL Rewriting httpd.apache.org/docs/1.3/mod/mod_rewrite.html www.yourhtmlsource.com/sitemanagement/urlrewriting.html www.sitepoint.com/article/guide-url-rewriting http://www.phpfreaks.com/forums/index.php/board,50.0.html http://www.phpfreaks.com/forums/index.php/topic,126435.0.html and many more.... if you search google Link to comment https://forums.phpfreaks.com/topic/78064-url-parameters/#findComment-395107 Share on other sites More sharing options...
aleX_hill Posted November 20, 2007 Author Share Posted November 20, 2007 Thanks for that. Knowing what does it makes gogle searches a lot easier... Searching for "Convert ? to / in PHP URL" doesnt get you much. Thanks. Link to comment https://forums.phpfreaks.com/topic/78064-url-parameters/#findComment-395459 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.