Gruzin Posted August 1, 2006 Share Posted August 1, 2006 hi, can anyone tell me how to "hide" the location of george.php? I mean I don't want it to be shown in browser's url list.Thanks for your help.[color=red]header( 'Location: http://www.3d.caucasus.net/george.php' );[/color] Link to comment https://forums.phpfreaks.com/topic/16185-simple-question/ Share on other sites More sharing options...
nethnet Posted August 1, 2006 Share Posted August 1, 2006 You could always use include instead, although that might get sticky if you are wishing to do this to multiple pages, otherwise you might have to resort to frames (I'm not sure of anything in PHP which will hide the URL, don't quote me on that though) Link to comment https://forums.phpfreaks.com/topic/16185-simple-question/#findComment-66882 Share on other sites More sharing options...
Gruzin Posted August 1, 2006 Author Share Posted August 1, 2006 ok, thanks. Link to comment https://forums.phpfreaks.com/topic/16185-simple-question/#findComment-66884 Share on other sites More sharing options...
hostfreak Posted August 1, 2006 Share Posted August 1, 2006 Have you considered mod_rewrite? Then you could do something like yoururl.com/blah/ha/blah etc. Link to comment https://forums.phpfreaks.com/topic/16185-simple-question/#findComment-66914 Share on other sites More sharing options...
Gruzin Posted August 1, 2006 Author Share Posted August 1, 2006 no, how can I do that? Link to comment https://forums.phpfreaks.com/topic/16185-simple-question/#findComment-66980 Share on other sites More sharing options...
hostfreak Posted August 1, 2006 Share Posted August 1, 2006 Check this link out: http://lotsofphp.com/tutorials/rewritten-urls-unlimited-parameters.html Link to comment https://forums.phpfreaks.com/topic/16185-simple-question/#findComment-67014 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.