I think you can set the settings in your web server so that content for
all these urls comes from one single page. At least you can do it in IIS
web server. No idea about others.
rgds
vinay
-----Original Message-----
From: Daniel O'Dorisio [mailto:dodorisio@h...]
Sent: Monday, May 14, 2001 4:42 PM
To: javascript
Subject: [javascript] RE: redirection
umm.. i never knew that the case mattered... are you actually having a
problem when you type the url in different case?
daniel
-----Original Message-----
From: Ron Budworth [mailto:ronb@t...]
Sent: Saturday, May 12, 2001 7:05 PM
To: javascript
Subject: [javascript] redirection
What is the simplest way to do page redirection. For example I want
www.mydomain/mypage, www.mydomain/MYPAGE, www.mydomain/MyPage etc. to
all
point to the same page. I'd like to cover as many potential typos as
possible.