it calls unadorned "redirect", which takes only one argument. i suspect it should be calling "res$redirect", which i think would allow for the 301 code as a second argument.
return(redirect(paste(env[["SCRIPT_NAME"]], env[["PATH_INFO"]], "/", sep=""), status=301))
cheers.
it calls unadorned "redirect", which takes only one argument. i suspect it should be calling "res$redirect", which i think would allow for the 301 code as a second argument.
cheers.