Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] moved resource

I am using Jetty 9.2.3.  I have a number of domains that I want to redirect to the www version.  For example:

wordmissions.org   to    www.wordmissions.org

But I also want to redirect these domains to the www.wordmissions.org domain too.

*.wordmissions.com
*.wordmissions.net

I read this page:  http://www.eclipse.org/jetty/documentation/current/moved-context-handler.html

What is the best way to achieve the redirect so that the browser gets a 301 redirect.


--
Andrew Penhorwood
andrew@xxxxxxxxxxxx
www.coldbits.com

Back to the top