Hi, On 7/17/07, frosty1 <[EMAIL PROTECTED]> wrote:
my client is trying to set up 301 redirects for several highly rated pages on the site we are converting to zf. has anyone had any luck doing this?
Depends on the (web)server, on lighttpd I think you should use mod_redirect (0), which issues a 301 (afaik - last time I checked). On Apache, you coud use mod_alias (1). Hope that helps, Till 0, http://trac.lighttpd.net/trac/wiki/Docs%3AModRedirect 1, http://httpd.apache.org/docs/2.2/mod/mod_alias.html#redirect
