Re: Redirecting a naked domain to sub domain

2019-08-15 Thread Simon Funnell
On Thu, 15 Aug 2019 at 23:30, Chris Cheshire wrote: > On Thu, Aug 15, 2019 at 2:54 PM Simon Funnell > wrote: > > > > On Thu, 15 Aug 2019 at 01:00, Chris Cheshire > wrote: > > > > > On Wed, Aug 14, 2019 at 5:18 PM Simon Funnell > > > wrote: > > > > > > > > On Tue, 6 Aug 2019 at 14:33, John Lars

Re: Redirecting a naked domain to sub domain

2019-08-15 Thread Chris Cheshire
On Thu, Aug 15, 2019 at 2:54 PM Simon Funnell wrote: > > On Thu, 15 Aug 2019 at 01:00, Chris Cheshire wrote: > > > On Wed, Aug 14, 2019 at 5:18 PM Simon Funnell > > wrote: > > > > > > On Tue, 6 Aug 2019 at 14:33, John Larsen > > wrote: > > > > > > > I usually handle the redirect on the webserve

Re: Redirecting a naked domain to sub domain

2019-08-15 Thread Simon Funnell
On Thu, 15 Aug 2019 at 01:00, Chris Cheshire wrote: > On Wed, Aug 14, 2019 at 5:18 PM Simon Funnell > wrote: > > > > On Tue, 6 Aug 2019 at 14:33, John Larsen > wrote: > > > > > I usually handle the redirect on the webserver side and set the alias > in > > > server.xml to the subdomain. > > > >

Re: Redirecting a naked domain to sub domain

2019-08-14 Thread Chris Cheshire
On Wed, Aug 14, 2019 at 5:18 PM Simon Funnell wrote: > > On Tue, 6 Aug 2019 at 14:33, John Larsen wrote: > > > I usually handle the redirect on the webserver side and set the alias in > > server.xml to the subdomain. > > > > John Larsen > > > > > > > I have now successfully loaded the rewrite val

Re: Redirecting a naked domain to sub domain

2019-08-14 Thread Simon Funnell
On Tue, 6 Aug 2019 at 14:33, John Larsen wrote: > I usually handle the redirect on the webserver side and set the alias in > server.xml to the subdomain. > > John Larsen > > > I have now successfully loaded the rewrite valve in the application context.xml but I am getting the following error on s

Re: Redirecting a naked domain to sub domain

2019-08-06 Thread John Larsen
I usually handle the redirect on the webserver side and set the alias in server.xml to the subdomain. John Larsen On Tue, Aug 6, 2019 at 7:11 AM Simon Funnell wrote: > Hi, > > I was going to do a redirect at my dns provider from the naked domain to > the www subdomain. Unfortunatly this doesn

Redirecting a naked domain to sub domain

2019-08-06 Thread Simon Funnell
Hi, I was going to do a redirect at my dns provider from the naked domain to the www subdomain. Unfortunatly this doesn't really work if it is over https so I am going to have to do the redirect at the host level. My question is, is this what the rewrite valve is for? I was going to set up two hos