Guest Posted December 18, 2003 Share Posted December 18, 2003 Hello, I have installed my admin folder on my server in the html directory. My domain is setup to where abc123.com/admin is my cp for my site, but oscommerce has also setup /admin. How can I change oscomerce /admin to admin.abc123.com or is this possible. Thank you Link to comment Share on other sites More sharing options...
Christian Lescuyer Posted December 18, 2003 Share Posted December 18, 2003 I understand /admin is reserved on your server? Just rename osCommerce admin directory to "admin2" or "administration." Then change the name in configure.php. Christian Lescuyer Link to comment Share on other sites More sharing options...
Guest Posted December 19, 2003 Share Posted December 19, 2003 I need to take domain.com/admin and make it admin.domain.com! i know how to update dns and bind but what is involved in oscommerce to make this successful. Link to comment Share on other sites More sharing options...
Guest Posted December 19, 2003 Share Posted December 19, 2003 define('HTTP_SERVER', 'https://admin.domain.com'); define('DIR_WS_ADMIN', '/'); in admin/includes/configure.php. Also, you need to adjust your web server to point the web root for admin.domain.com (or its IP) to the admin directory. Note: I gave the setting for SSL, since I think that it is better to put the admin there. You can change it to http: if you desire. Hth, Matt Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.