ches99 Posted November 10, 2002 Posted November 10, 2002 HI My catalog has been create, i need to create an index.html to redirect it, for me to be able to view it on my browser without writing all of the catalog Url. Instead of writing http://mywebsite.com/catalog/default.php i will write website url only. Can some tell me how to do it please? Thank you!
Rainguy Posted November 10, 2002 Posted November 10, 2002 Make a file called index.php in the root with this code to redirect to catalog: <?php header("Location: http://www.xxxxx.com/catalog/default.php"); exit; ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.