minglou Posted September 24, 2002 Posted September 24, 2002 is anybody know how to do this?like this one: http://www.pinoyhaus.com/ thanks sean
minglou Posted September 24, 2002 Author Posted September 24, 2002 problem solved. insert this code in your index.php or default.php <?php header("Location: http://www.yourdomain.com/catalog/default.php"); exit; ?>
CC Posted September 24, 2002 Posted September 24, 2002 why bother redirecting your main page and risk search engines missing you...? Just drop the catalog directory and put all the main files direct to your htdocs directory. Then change default.php to index.php and it will pick up from the main domain request. CC.
CC Posted September 24, 2002 Posted September 24, 2002 If you do this remember the to alter the default.php to index.php in both the main directory, languages/english/ directory and also, as ever, application_top.php. And alter the configure.php file to reflect your changes... CC.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.