Re: How to make URL shorter?
Re: How to make URL shorter?
- Subject: Re: How to make URL shorter?
- From: Arturo PĂ©rez <email@hidden>
- Date: Tue, 18 May 2004 21:12:42 -0400
The file that Pierre sent is to be placed at
http://www.somedomain.com/index.html
The part that says
URL=http://host/cgi-binMyWebApp.woa
becomes
URL=http://<YOUR_WO_HOST>//cgi-bin/WebObjects/<YOUR_WO_APP>.woa
On May 18, 2004, at 8:28 PM, Jeff Ali wrote:
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>
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
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.