Is php header function bad for SEO?
Posted: Tue Oct 24, 2006 6:12 pm
I am using osCommerce for my site and when my tech guy installed osCommerce long time ago, he installed under a directory called "shop" instead of right under root. So, for my index.php under the root folder, it contains the following code:
header("Location:/shop/index.php");
exit;
Is it like a redirect? Is it bad for SEO purpose? Please advice. Thanks
Scott
header("Location:/shop/index.php");
exit;
Is it like a redirect? Is it bad for SEO purpose? Please advice. Thanks
Scott