Gossamer Forum
Home : Products : DBMan : Customization :

Redirection

Quote Reply
Redirection
Dumb question time. I'm acquiring my own domain. Simply want to put up a redirect from http://home.flash.net/...murgnam/dbman/db.cgi to http://www.izmirhigh.com/...ocal/Database/db.cgi, but since I'm dealing with a *.cgi file, don't think it's that seamless, e.g., this dumb question, *sigh*.
Suggestions?
JR

Quote Reply
Re: Redirection In reply to
Yes, you can do a redirect from one .cgi file to another.

Just put

print "Location: http://www.izmirhigh.com/cgi-local/Database/db.cgi\n\n";

in place of your old db.cgi file.


JPD
http://www.jpdeni.com/dbman/
Quote Reply
Re: Redirection In reply to
too simple!
Thx JPD