Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Relocation admin errors


sebfowler

Recommended Posts

Posted

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/');

Posted
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/');

Posted

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...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...