cappiels Posted November 30, 2006 Share Posted November 30, 2006 Hi, I currently have something like thissaved into a file called "http://mywebsite.com/restaurants.php"so that users don't have to remember orsee the long URL.<?phpheader("location:http://134.143.222.130:16080/fmi/iwp/cgi?-db=RT_Restaurants&-loadframes");exit;?>It redirects fine but then shows the user the long URL in the browser address bar.Is there a way I can make it so that the browser keeps http://mywebsite.com/restaurants.php in the address bar ?many thanks :) Link to comment https://forums.phpfreaks.com/topic/29037-url-redirect-and-hide-the-destination-url/ Share on other sites More sharing options...
trq Posted November 30, 2006 Share Posted November 30, 2006 You would need to use a frame, nothing to do with php. Link to comment https://forums.phpfreaks.com/topic/29037-url-redirect-and-hide-the-destination-url/#findComment-133049 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.