Deanh Posted March 6, 2004 Share Posted March 6, 2004 I think i installed incorrectly??? The only way I can view my home page is with "catalog" at the end of my domain name. What do I need to do to see it at eg: www.mydomain.com" Link to comment Share on other sites More sharing options...
mjgillan Posted March 6, 2004 Share Posted March 6, 2004 You need to supply more info like what is your page and things like that to help define the problem better. The problem is to vague. Link to comment Share on other sites More sharing options...
AlanR Posted March 6, 2004 Share Posted March 6, 2004 I think i installed incorrectly??? The only way I can view my home page is with "catalog" at the end of my domain name. The regular install dumps the store into the catalog folder, that's why you need /catalog/ to get to the default page. You can either move the files up one level into root or use a re-direct like this in your root index.php file <?php header("Location: http://www.example.com/myfolder"); /* Redirect browser */ /* Make sure that code below does not get executed when we redirect. */ exit; ?> Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.