RE: How can I simplify a URL?

2002-04-22 Thread Alex Paransky
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Scott Farquhar Sent: Thursday, April 18, 2002 3:04 AM To: Orion-Interest Subject: Re: How can I simplify a URL? Just have one directory level. eg: http://view.myprofiles.com/p/127 Then map the servlet to /p* That avoids problems

How can I simplify a URL?

2002-04-18 Thread Alex Paransky
I have a url which looks like this: http://www.myprofiles.com/view.do?profileId=127 I would like to be able to replace it with: http://view.myprofiles.com/127 I know how to create a new website with view.myprofiles being serviced by orion. I am just not sure how to map the /127 to execute

Re: How can I simplify a URL?

2002-04-18 Thread Scott Farquhar
Just have one directory level. eg: http://view.myprofiles.com/p/127 Then map the servlet to /p* That avoids problems with images. Cheers, Scott Alex Paransky wrote: I have a url which looks like this: http://www.myprofiles.com/view.do?profileId=127 I would like to be able to replace

Re[2]: How can I simplify a URL?

2002-04-18 Thread Robert Virkus
Hallo Axel, you also can set up a virtual server like www1.myprofiles.com in which you can run your applications. (http://kb.atlassian.com/content/orionsupport/articles/vhosts.html) Then map /* of your main-domain (www.myprofiles.com) to your servlet and redirect every request to your virtual

RE: How can I simplify a URL?

2002-04-18 Thread Juan Pablo Lorandi
: +353-86-2157900 www.codefoundry.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Alex Paransky Sent: Thursday, April 18, 2002 7:07 AM To: Orion-Interest Subject: How can I simplify a URL? I have a url which looks like this: http

Re: How can I simplify a URL?

2002-04-18 Thread vertigrated
how does this obfuscation simplify the processing? I have a url which looks like this: http://www.myprofiles.com/view.do?profileId=127 I would like to be able to replace it with: http://view.myprofiles.com/127 I know how to create a new website with view.myprofiles being serviced by