Dr_HUS
11-18-2005, 03:40 AM
on autolink.php,
the redirction is 302 (Found)
it's better if you can make it 301 .. that we can take some benefits (as SEO)..
header("HTTP/1.0 301 Moved Permanently");
header("Status: 301 Moved Permanently");
you can check it here
http://www.thinkhost.com/services/generators/headers-check.shtml
check something like ..
http://www.thevbgeek.com/autolink.php?id=1&script=showthread&forumid=8
:)
the redirction is 302 (Found)
it's better if you can make it 301 .. that we can take some benefits (as SEO)..
header("HTTP/1.0 301 Moved Permanently");
header("Status: 301 Moved Permanently");
you can check it here
http://www.thinkhost.com/services/generators/headers-check.shtml
check something like ..
http://www.thevbgeek.com/autolink.php?id=1&script=showthread&forumid=8
:)