[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Inherited ISP host configuration nightmare



Kevin Blackham [spin@xmission.com] said:
> >From what I understand here, you need a simple webserver on the Linux mail
> server (domain.com) that will redirect clients to www.domain.com, at least
> until you can get the customer base reconfigured.  Stick Apache on there 
> and set your index.html with this tag in the header.
> 
> <META HTTP-EQUIV="refresh" CONTENT="0;URL=http://www.domain.com";>

Not all browsers support this. I would use Apache's RedirectPermanent
feature. It should also redirect http://domain.com/foo/ to
http://www.domain.com/foo/.

--paul



Reply to: