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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.