Seoke Posted November 6, 2007 Share Posted November 6, 2007 I'm working on setting up my webcomic, and I have it so that the index.php redirects using this code: <?php header('Location: http://www.gamanime.com/gamanime.cgi') ; ?> Now how do I get it so that when it goes to that site instead of displaying http://www.gamanime.com/gamanime.cgi in it, it just displays http://www.gamanime.com Is this possible? Any help would be greatly appreciated Link to comment https://forums.phpfreaks.com/topic/76197-changing-text-in-url-field/ Share on other sites More sharing options...
rajivgonsalves Posted November 6, 2007 Share Posted November 6, 2007 well the only way to do it as per my knowledge is using frameset's http://www.w3.org/TR/html401/present/frames.html Link to comment https://forums.phpfreaks.com/topic/76197-changing-text-in-url-field/#findComment-385645 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.