Re: how redirect urls

2008-04-29 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pavel, Pavel Pragin wrote: | I setup the redirector and using this rules. But it's not working: | | | | | www.tibcocommunity.com | www.yahoo.com | | | This is not a support group for urlrewrite... we just know that it exis

RE: how redirect urls

2008-04-29 Thread Pavel Pragin
: how redirect urls Use http://tuckey.org/urlrewrite/ > It will let you easily map http://www.bla.com to http://bla1.com. On Apr 28, 2008, at 7:52 PM, Pavel Pragin wrote: > Hello, > > > > Can I add a configuration to redirect from one URL to another. So if > the > user goes

Re: how redirect urls

2008-04-28 Thread Ken Bowen
Use http://tuckey.org/urlrewrite/ It will let you easily map http://www.bla.com to http://bla1.com. On Apr 28, 2008, at 7:52 PM, Pavel Pragin wrote: Hello, Can I add a configuration to redirect from one URL to another. So if the user goes to http://www.bla.com it will redirect to htt

how redirect urls

2008-04-28 Thread Pavel Pragin
Hello, Can I add a configuration to redirect from one URL to another. So if the user goes to http://www.bla.com it will redirect to http://www.bla1.com . Is it something I need to add to server.xml in Tomcat. Tomcat is using the Coyote http connector. Thanks