Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin folder


Guest

Recommended Posts

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

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

  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

Archived

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

×
×
  • Create New...