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.html http://www.xyz.com/newpage.html

my 2c,
Andrea

On Sun, 24 May 2015, at 03:29 PM, Robert Bradshaw wrote:
> On Thu, May 21, 2015 at 10:59 AM, Stefan Behnel <stefan...@behnel.de>
> wrote:
> > Jeroen Demeyer schrieb am 21.05.2015 um 14:21:
> >> http://docs.cython.org/src/reference/compilation.html#compiler-directives
> >> there are two links to "CEP 516" but they are broken.
> >
> > Thanks. The problem seems to be an incorrect redirect to
> > "github.../wikienhancements/" instead of "github.../wiki/enhancements/".
> >
> > I don't know how the setup is done here, but Robert should know.
> 
> It's now an apache redirect. The above URL is fixes, as well as the /
> to - translation for, e.g.
> http://wiki.cython.org/enhancements/division
> _______________________________________________
> cython-devel mailing list
> cython-devel@python.org
> https://mail.python.org/mailman/listinfo/cython-devel


-- 
Andrea Bedini
@andreabedini
http://www.andreabedini.com
_______________________________________________
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel

Reply via email to