Rewrite works, but want to redirect

Hi,

My rewrite works, but I want this to be a permanent redirect. How can I
achieve
this please ?

Thank you

rewrite ^/forums/archive/index.php/t-([0-9]+).html$
/forums/showthread.php?t=$1
last;

quoting the wiki http://wiki.codemongers.com/NginxHttpRewriteModule :

Flags can be any of the following:

permanent - returns permanent redirect with code 301

permanent is the answer :slight_smile: