shopandspree Posted June 26, 2003 Posted June 26, 2003 I can get to my admin and my catalog on the web by typing: http:www.mydomain.com/catalog http:www.mydomain.com/catalog/admin But when i type into my browser just my domain: (http:www.mydomain.com) I get a blank page. I did not have an index page in my public_html and someone told me to put a blank index.htm in my public_html so i did andf all that happens when i try to go to my domain is i get a blank page...............Would someone please help me
mugitty Posted June 26, 2003 Posted June 26, 2003 Angelo; someone told me to put a blank index.htm in my public_html so i did andf all that happens when i try to go to my domain is i get a blank page If all you put up was a blank page as index.htm, then that is probably what you are seeing in your browser. You need to put some content on the page or have it redirect to your catalog index page. ... if you want to REALLY see something that doesn't set up right out of the box without some tweaking, try being a Foster Parent!
tjurgens Posted June 26, 2003 Posted June 26, 2003 So, the code for the cart is actually in a sub-directory called CATALOG. What if I want to have the default.php page displayed as my default when someone enters my website? I can rename default.php to index.php and tweak htaccess to look there but where is this most-common of procedures documented? I've just started looking at OSCOMMERCE and hope the international team spends one week writing basic documentation on configuring the tool. Would become wildly popular if I didn't have to delve into the code for a week to figure out the basics...
Stuart Posted June 27, 2003 Posted June 27, 2003 One way you can do this is to copy the default.php file and rename the copied file index.php. Or, if you have the access priviledges, you can go into apache configuration file and add default.php so it opens on entry to a folder. copying the file and renaming works just as well Stuart
Guest Posted June 27, 2003 Posted June 27, 2003 Or you can add this code to your index.htm page (thats what I did) <script language='JavaScript'> <!-- window.location = 'http://*location of the redirect*' //--> </script> You can find an example here --> www.gamerevolution.co.nz (redirects you to my catalog folder) Hope it helps :)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.