Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the name of directory


coast2co

Recommended Posts

my example is: www.mysite.com/osCommerce/catalog/index.php I want to change the osCommerce name as the directory, do I just go into the area where the catalog is stored and change the name and then make the exterior links changes accordingly on my main site. my example: www.mysite.com/marine/catalog/index.php changing it to "marine" as example is that all I need to do. Just don't want it to go down in flames. I finally have it where I want it.

Link to comment
Share on other sites

my example is: www.mysite.com/osCommerce/catalog/index.php I want to change the osCommerce name as the directory, do I just go into the area where the catalog is stored and change the name and then make the exterior links changes accordingly on my main site. my example: www.mysite.com/marine/catalog/index.php changing it to "marine" as example is that all I need to do. Just don't want it to go down in flames. I finally have it where I want it.

 

Yes, rename the folder but then go into BOTH configure.php files, the one in includes and the one in admin.

 

define('HTTP_COOKIE_PATH', '/catalog/');

define('HTTPS_COOKIE_PATH', '/catalog/');

define('DIR_WS_HTTP_CATALOG', '/catalog/');

define('DIR_WS_HTTPS_CATALOG', '/catalog/');

 

 

You need to define all the stuff like above... example below...

 

define('HTTP_COOKIE_PATH', '/marine/catalog/');

 

Still not awake yet but hopefully that made sense to you lol!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...