koyumavi Posted February 22, 2007 Share Posted February 22, 2007 is it possible to change a url with querystring into a simple url? examle : www.address.com/goto.php?name=article www.adress.com/article/ thanks for your help. Link to comment https://forums.phpfreaks.com/topic/39676-how-do-i-change-url/ Share on other sites More sharing options...
Caesar Posted February 22, 2007 Share Posted February 22, 2007 Simple answer, yes. Simply fetch your conent based on the query string. So if the query string is equal to "http://www.adress.com/article"...then include your content. Of course once you need to pass more variables than that, you may find yourself cornered. The best way to do something like that, is using mod_rewrite (Apache) Link to comment https://forums.phpfreaks.com/topic/39676-how-do-i-change-url/#findComment-191533 Share on other sites More sharing options...
koyumavi Posted February 22, 2007 Author Share Posted February 22, 2007 is there another solution type of this problem? Link to comment https://forums.phpfreaks.com/topic/39676-how-do-i-change-url/#findComment-191539 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.