Re: [CODE4LIB] Apache URL redirect

2011-02-03 Thread Brian Tingle
Redirect does not look the hostname, just the path I think you have two options; 1) set up a named based virtual host for www.partnersinreading.org In that name based virtual host, set up your Redirect / http://www.sjpl.org/par 2) if you are using mod_rewrite, you could do something like this.

Re: [CODE4LIB] Apache URL redirect

2011-02-03 Thread Joe Hourcle
On Feb 3, 2011, at 4:42 PM, Nate Hill wrote: Hi - I'm new to Apache and hope that someone out there might be able to help me with a configuration issue over at San Jose Public Library. I need to have the URL www.partnersinreading.org redirect to http://www.sjpl.org/par Right now if you go

Re: [CODE4LIB] Apache URL redirect

2011-02-03 Thread Nate Hill
Thank you for your responses... Virtual host setup was also on the agenda, guess both things have to happen at the same time. With any luck I'll have this sorted out soon. Nate On Thu, Feb 3, 2011 at 2:04 PM, Joe Hourcle onei...@grace.nascom.nasa.govwrote: On Feb 3, 2011, at 4:42 PM, Nate Hill

Re: [CODE4LIB] Apache URL redirect

2011-02-03 Thread Joe Hourcle
On Feb 3, 2011, at 5:21 PM, Nate Hill wrote: Thank you for your responses... Virtual host setup was also on the agenda, guess both things have to happen at the same time. You don't have to set up virtual hosts with the method that both Brian and I mentioned, although the syntax is a little