Jump to content

Changing Text In URL Field


Seoke

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.