Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

Redirection to another URL

Post Bank
Posting Manager
******

Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.

Signin to Remove this Post

casien
Newbie


Posts: 8
Group: Registered
Joined: Sep 2006
Status: Offline
Reputation: 0
Points: 0 (Donate)
Post: #1

Redirection to another URL


It is not uncommon for a programmer to decide that a request is best handled by redirecting the user to another URL. The other URL can be on the same or another system. To redirect the browser to another URL, output the following header:

Location :URL

For example , you want the CGI program to return the zhanshou/index.html document in server "www.geocites.com", you can write the following code in PERL:

#!usr/local/bin/perl

print "Location: http://www.geocites.com/zhanshou/index.htmlnn";

Or code in C:

main()
{
printf("Location: http://www.geocites.com/zhanshou/index.htmlrnrn");
}

29-09-2006 06:42 AM
Find all posts by this user Quote this message in a reply
madly
Newbie


Posts: 8
Group: Registered
Joined: Sep 2006
Status: Offline
Reputation: 0
Points: 24 (Donate)
Post: #2

RE: Redirection to another URL


Very good tutorial. Redirection in CGI is very simple as that... Smile

Just need to print the URL with a \"Location:\" before it.. That is great. Smile

24-10-2007 05:27 AM
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Website of the Month

Create-a-Page for Free
SOTM June 2008


Accepting Submissions
for July 2008
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 08-10-2008, 01:13 AM


Copyright © 2002-2008 MyBB Group
Powered By MyBB