Im using oscommerce as my cart and the catalog is currently found at /catalog.
Im using a redirection script to make the domain go to the /catalog/index.php.
Im wondering am i going to hit problems when doing SEO?
Im using this as the HTML:
<html>
<body>
<script type="text/javascript"><!--
setTimeout('Redirect()',0);
function Redirect()
{
location.href = '../catalog/index.php';
}
// --></script>
</body>
</html>
Help

















