| htaccess - what´s in the header?
|
oLeon

msg:676767 | 8:57 am on Mar 14, 2003 (gmt 0) | When I use the htaccess to redirect to another page, what´s written in the header: a 301 redirect?
|
jdMorgan

msg:676768 | 2:07 pm on Mar 14, 2003 (gmt 0) | It depends on what directive you use within .htaccess to accomplish the redirect. You have a choice of 301 or 302 when working with Redirect, and a choice of 301, 302, a silent (internal) redirect, and other options with mod_rewrite. Jim
|
brandi01

msg:676769 | 7:22 pm on Mar 19, 2003 (gmt 0) | Sorry, wrong forum for my followup. Moved my reply to forum 23 (Website Technology Issues).
|
eaden

msg:676770 | 5:04 am on Mar 23, 2003 (gmt 0) | if you have access to a *nix box you can use lynx to see : lynx -head [yoursite.com...] and it will say : HTTP/1.1 404 Not Found Date: Sun, 23 Mar 2003 05:05:08 GMT ... for a 404 or something else for a 301, 302 etc.
|
|
|