Re: How to make URL shorter?
Re: How to make URL shorter?
- Subject: Re: How to make URL shorter?
- From: Jeff Ali <email@hidden>
- Date: Tue, 18 May 2004 17:28:59 -0700
Where do you place the name you want to use as a substitute?
So, I gather from the code below that http://host/cgi-binMyWebApp.woa
is to become something else when displayed in the browser. Let's say
we want it to say following the http://www.somedomain.com/"mywebapp"
Where do we put the "mywebapp" part?
On Tuesday, May 18, 2004, at 09:01 AM, Pierre Frisch wrote:
<HTML>
<HEAD>
<META HTTP-EQUIV="content-type"
CONTENT="text/html;charset=iso-8859-1">
<META HTTP-EQUIV="REFRESH"
CONTENT="0;URL=http://host/cgi-binMyWebApp.woa">
</HEAD>
</HTML>
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.