Re: Shortest URL Possible???
Re: Shortest URL Possible???
- Subject: Re: Shortest URL Possible???
- From: Christian Mittendorf <email@hidden>
- Date: Mon, 14 Jul 2003 11:11:51 +0200
On Monday, July 14, 2003, at 10:15 AM, Goodbye Bill wrote:
The first example used a custom 404 error page and stripped apart the
entire
URL in the user's browser. If it appeared to be a confirmation code,
the
code would be passed to the logic in the "confirm.aspx" page. That
page
would then parse the query string and perform based on the query
string.
Using customer 404 error pages is really "the way to solve" this
problem... ;-)
But it is the right direction!
If you run Apache you can probably solve your problem using mod_rewrite:
http://httpd.apache.org/docs/misc/rewriteguide.html
Or if you have PHP or any script language support and no access to the
apache configuration you can return a "Location: <your url>" header to
the
first request and redirect the customer to your more complex WO url.
cu
cm
_______________________________________________
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.