pickachu Posted December 2, 2007 Share Posted December 2, 2007 I made my own administration area where in I add articles there, using a simple insert method. My question is, instead fetching this using get method that results to this url http://www.mysite.com/?title=phpfreaks how do I make a url with that would result to this http://www.mysite.com/phpfreaks.html? I often see this on PhpBB forums. Sorry about my bad english.. http://www.mysite.com/?title=phpfreaks to http://www.mysite.com/phpfreaks.html Link to comment https://forums.phpfreaks.com/topic/79846-noob-question/ Share on other sites More sharing options...
leonglass Posted December 3, 2007 Share Posted December 3, 2007 You use .htaccess to turn the clean one into the real one. mod_rewrite Link to comment https://forums.phpfreaks.com/topic/79846-noob-question/#findComment-405285 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.