sebfowler Posted July 15, 2008 Posted July 15, 2008 Hi, I successfully set up an Oscommerce store on my own hosting (http://shop.sebfowler.com/catalog/) and just moved it to my work's hosting. I installed the catalog in the home directory (following the advice in this thread). I changed the config files and reset the permissions, but for some reason, the catalog is working at http://pekerti.com but when I try the admin page, it won't work http://pekerti.com/admin. Can't even get to the login page... It also doesn't seem to recognise that the file permissions on /includes/configure.php have been changed back to 644, as they should be. Any ideas, thoughts or help would be greatly appreciated. This has me completely baffled. Thanks, Seb Ps, here's some of the /includes/configure.php define('HTTP_SERVER', 'http://pekerti.com'); define('HTTPS_SERVER', 'http://pekerti.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'pekerti.com'); define('HTTPS_COOKIE_DOMAIN', 'pekerti.com'); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', '/'); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', '/'); And /admin/includes/configure.php define('HTTP_SERVER', 'http://pekerti.com'); define('HTTP_CATALOG_SERVER', 'http://pekerti.com'); define('HTTPS_CATALOG_SERVER', 'http://pekerti.com'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/home/users/web/b1181/pow.pekerti/htdocs/'); define('DIR_WS_ADMIN', 'admin/'); define('DIR_FS_ADMIN', '/home/users/web/b1181/pow.pekerti/htdocs/admin/'); define('DIR_WS_CATALOG', '/'); define('DIR_FS_CATALOG', '/home/users/web/b1181/pow.pekerti/htdocs/');
BryceJr Posted July 15, 2008 Posted July 15, 2008 And /admin/includes/configure.php define('HTTP_SERVER', 'http://pekerti.com'); define('HTTP_CATALOG_SERVER', 'http://pekerti.com'); define('HTTPS_CATALOG_SERVER', 'http://pekerti.com'); define('ENABLE_SSL_CATALOG', 'false'); define('DIR_FS_DOCUMENT_ROOT', '/home/users/web/b1181/pow.pekerti/htdocs/'); define('DIR_WS_ADMIN', '/admin/'); define('DIR_FS_ADMIN', '/home/users/web/b1181/pow.pekerti/htdocs/admin/'); define('DIR_WS_CATALOG', '/'); define('DIR_FS_CATALOG', '/home/users/web/b1181/pow.pekerti/htdocs/');
sebfowler Posted July 15, 2008 Author Posted July 15, 2008 Hi, thanks for that and thanks for getting back to me so quickly. Unfortunately, it doesn't seem to have worked. I'll try to see what else it could be...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.