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? 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. 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! 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
Archived
This topic is now archived and is closed to further replies.