Re: [Cython] Broken link to CEP 516

2015-05-24 Thread Andrea Bedini
Hi there, Just a tip. It would be better if you could make apache respond with 301 Moved Permanently rather than with 302 Found. This way users and search engines can update their links. I can be done by specifying the http response code on the redirect directive, like: Redirect 301 /retiredpage

Re: [Cython] Broken link to CEP 516

2015-05-24 Thread Robert Bradshaw
Yes, for sure. (I'm sure it used to be a 301...). Thanks for noticing; fixed. On Sat, May 23, 2015 at 10:49 PM, Andrea Bedini wrote: > Hi there, > > Just a tip. It would be better if you could make apache respond with 301 > Moved Permanently rather than with 302 Found. This way users and search >