codrgi Posted April 17, 2009 Share Posted April 17, 2009 is it possible to hide any $_GET actions using Appserv? if so what are the action to do this? Example- GET URL- www.website.com/home.php?page=registration What i want it to look like, removing the $_GET action www.website.com/registration How would i be able to do this? Quote Link to comment https://forums.phpfreaks.com/topic/154446-how-to-hide-_get/ Share on other sites More sharing options...
keeB Posted April 17, 2009 Share Posted April 17, 2009 Look in to mod_rewrite Quote Link to comment https://forums.phpfreaks.com/topic/154446-how-to-hide-_get/#findComment-812077 Share on other sites More sharing options...
codrgi Posted April 26, 2009 Author Share Posted April 26, 2009 can anyone give a few examples of how this is done? i want to completely hide www.website.com/home.php?page=registration to make it look like this - www.website.com/registration Quote Link to comment https://forums.phpfreaks.com/topic/154446-how-to-hide-_get/#findComment-819720 Share on other sites More sharing options...
wildteen88 Posted April 26, 2009 Share Posted April 26, 2009 A tutorial on mod_rewrite Quote Link to comment https://forums.phpfreaks.com/topic/154446-how-to-hide-_get/#findComment-819723 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.