kilrain Posted February 8, 2003 Posted February 8, 2003 I uploaded admin and catalog both in my root directory. I ran install from catalog/catalog/install and admin page don't come up. I can't read install page for admin, it won't let me access the admin/admin DIR. Did I install it wrong? Should I have the admin DIR inside the catalog DIR? Please help, thanks
Guest Posted February 8, 2003 Posted February 8, 2003 If you haven't noticed : default page for admin folder is : /admin/index.php but default page for catalog folder is : /catalog/default.php On a linux server you will need to edit .htaccess file to let either pages be brought up automatically as home pages on their own. Add this to the .htaccess file: DirectoryIndex index.php and DirectoryIndex default.php for each of the above cases HTH
Recommended Posts
Archived
This topic is now archived and is closed to further replies.