Apache2::Const::MOVED ?

2007-01-17 Thread Adam Prime x443
doesn't exist. Is the correct way to return a 301 to use Apache2::Const::HTTP_MOVED_PERMANENTLY ? I keep thinking that i've read somewhere that using the ::HTTP* constants isn't a good idea. Adam

Re: Apache2::Const::MOVED ?

2007-01-17 Thread Perrin Harkins
On Wed, 2007-01-17 at 10:25 -0500, Adam Prime x443 wrote: doesn't exist. Is the correct way to return a 301 to use Apache2::Const::HTTP_MOVED_PERMANENTLY ? I keep thinking that i've read somewhere that using the ::HTTP* constants isn't a good idea. This thread covered it pretty well: