Redirect the url with a 301 "permanent" link to link
rewrite ^themes/last/pages/(.*)$ $1 permanent;
Now that you have redirected to link we upload the value you should have with themes / last / pages / messages /index.php
rewrite ^(.*)$ themes/last/pages/$1 last;