palosanto Posted November 10, 2002 Posted November 10, 2002 I managed to install both the catalog and admin and everything works except that when I access www://mysite/catalog/admin I get a file directory instead of the admin panel. In other words 'default.php' doesn't kick in as 'default' uless I type it after admin. Any suggestions? Thanks
palosanto Posted November 10, 2002 Author Posted November 10, 2002 I managed to install both the catalog and admin and everything works except that when I access "www://mysite/catalog" I get a file directory instead of the admin panel. In other words 'default.php' doesn't kick in as 'default' uless I type it after admin.Any suggestions? Thanks
mattice Posted November 10, 2002 Posted November 10, 2002 don't bump. You will have to configure your server to see default.php as an index file. On Apache this should be done in the file httpd.conf If you do not have control over your server's config you can do it with a .htaccess directive. Regards, Mattice "Politics is the art of preventing people from taking part in affairs which properly concern them"
Trusten Posted November 10, 2002 Posted November 10, 2002 why not just rename the file 'index.php'? in your configure.php file, located in both catelog/includes/configure.php (if you're using 2.2, sounds like 2.1 though), if it's 2.1 i believe it's in application_top.php you have to make sure your default page is index.php not 'default.php'. i have the same problem.
palosanto Posted November 10, 2002 Author Posted November 10, 2002 Thanks, the renaming solution worked fine. ( I should have thought about it myself ... duh..!) Cheers
wkrecords Posted November 10, 2002 Posted November 10, 2002 the way i got it keep default.php cause some likes refer to it then copy it and make a double of it called index.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.