Hello, I set up osCommerce in my area in a United Hosting Server.
I have my domain, a dedicated IP, and a dedicated SSL.
osCommerce shopping pages are shown and look all right, but
how I can access to the admin panel of osCommerce?
The default directory is
http://www.xxx.com/admin/ but
this URL is transfered to a login screen of United Hosting control panel.
So I thought I should change the name of osCommerce admin directory.
I connected to my space via ftp and changed a filename 'admin' to 'admin2'.
and modified admin2/includes/configure.php as below.
define('DIR_WS_ADMIN', '/admin2/'); // absolute path required
define('DIR_FS_ADMIN', '/var/www/html/admin2/'); // absolute pate required
But when I access
http://www.xxx.com/admin2/,
I am sure I set correct id and password but I can't enter.
Should I change other files also? But I don't know which file I should change.
Could anyone give me some advice?
thanks
osCommerce 2.2-MS2