Brinn Posted December 21, 2007 Share Posted December 21, 2007 I was wondering if anyone can point me in the right direction to a tutorial, or atleast tell me what it is called so I can look it up myself. What I want to do it make a URL that looks like: http://www.URL.com/index?value=12345 and get the same result when I type in: http://www.URL.com/12345/ I know it can be done I just don't know what it is called. Thank you Link to comment https://forums.phpfreaks.com/topic/82730-how-to-change-the-url-field/ Share on other sites More sharing options...
emehrkay Posted December 21, 2007 Share Posted December 21, 2007 based on your sever, you can use a .htaccess file to do some url rewriting with rewrite rules look here for more info http://www.phpfreaks.com/forums/index.php/board,50.0.html Link to comment https://forums.phpfreaks.com/topic/82730-how-to-change-the-url-field/#findComment-420774 Share on other sites More sharing options...
MasterACE14 Posted December 22, 2007 Share Posted December 22, 2007 Google "Apache Mod-Rewrite" or go here http://forum.modrewrite.com/viewforum.php?f=12 or look here for more info http://www.phpfreaks.com/forums/index.php/board,50.0.html Regards ACE Link to comment https://forums.phpfreaks.com/topic/82730-how-to-change-the-url-field/#findComment-420917 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.