octavian Posted July 1, 2004 Posted July 1, 2004 If I enter on www.***.com I can see my directories(catalog,cgi-bin, extras,etc..).How can I proceed to see my index page instead of my directories?Now my index page is in ***/catalog.Many thanks
Guest Posted July 1, 2004 Posted July 1, 2004 Try the following <?php @include("http://www.yourdomain.com/catalog/index.php"); ?> Use this as index.php in your root directory. Dan
octavian Posted July 1, 2004 Author Posted July 1, 2004 I did it and it works.Many many thanks.Have a nice dayyy.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.