frobak Posted March 31, 2010 Share Posted March 31, 2010 Hi how would i remove query strings from a url? for example: www.mysite.php/blog.php?blog_title=my-blog-title to: www.mysite.php/blog.php/my-blog-title is this possible? Quote Link to comment https://forums.phpfreaks.com/topic/197100-removing-query-strings-from-a-url/ Share on other sites More sharing options...
trq Posted March 31, 2010 Share Posted March 31, 2010 Its done using Apache's mod_rewrite module. See here. Quote Link to comment https://forums.phpfreaks.com/topic/197100-removing-query-strings-from-a-url/#findComment-1034602 Share on other sites More sharing options...
frobak Posted March 31, 2010 Author Share Posted March 31, 2010 thanks thorpe. i think i need to get some reading in! Quote Link to comment https://forums.phpfreaks.com/topic/197100-removing-query-strings-from-a-url/#findComment-1034631 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.