View Single Post
  #32  
Old 04-27-2004, 05:25 AM
 
keavy keavy is offline
 

Member
  
Join Date: Apr 2004
Posts: 27
 

Default

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.

that's what I did too - seems to be a nice and simple solution to avoid the splash page.

I was going to try the above suggestion - but for some reason couldn't spot where the top.inc.php file lived on the server My site isn't live yet, so not sure if the address being /store/customer/home.php bothers me much yet. I guess it would be nicer to just be /store/home.php
Reply With Quote