[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: [PLUG] URL Redirection
|
you can just use a cgi to give a http location response
Location: http://www.otherhost.com/~yyy/
or you can use javascript
<script>
document.location.href = 'http://www.otherhost.com/~yyy/ '
</script>
or something like that... check out
http://javascript.internet.com
At 03:31 PM 7/18/00 -0400, you wrote:
Are there any quality free scripts to do a redirection based on URL?
Like, xxx.blah.com points to www.host.com/~xxx/ and yyy.blah.com redirects
to www.otherhost.com/~yyy/ ?
Jack
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
Michael P. Whitman
Programmer
LAW.com
mailto:michaelw@palawnet.com
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|