301 redirect

Francis Daly francis at daoine.org
Sat Feb 14 22:37:53 UTC 2015


On Sat, Feb 14, 2015 at 11:30:19PM +0100, JACK LINKERS wrote:

Hi there,

> Thanks for your input. What would be the best ways doing it then ?
> (I forgot to mention there is a large amount of URLs : +/- 20)

A bunch of lines like

 location = /oldname.html { return 301 /newname.html; }

(It's the "if" that isn't the good way of implementing it.)

> Is this a good way ? :

No.

I'd say just use "location =".

Good luck with it,

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list