Quote:
Originally Posted by jordan0
I changed the line in my index.php from:
Code:
header("Location: index.html");
to
Code:
header("Location: customer/home.php");
and that just goes straight to my catalog page with no redirect when the site is loaded. I have no index.html of course.
i have no idea if this is bad for search engine ranking or what. my site is not completely "live" yet, although we are filling orders. I am curious to hear about whether or not this is a good idea.
|
Will this work if I change the header location to
Code:
header("Location: catalog/index.html");
For my latest project I want people in the html catalog whenever possible. This store will rarely need catalog updates or regens.
UPDATED: IT DOES WORK!! WOOHOO!