Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rename catalog folder?


Guest

Recommended Posts

Posted

Basic question,

 

If I rename my default installation folder, (catalog) will I need to change any other files within the subdirectories?

 

Thanks :blink:

Posted

Nope. Just change the config files. That's why it's set up with relative paths.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

As for the config files.. Which ones in particular?

 

On my way to 500,000+ products in my store don't wanna screw it up.

:o

Posted

I'm going to make up a keyboard macro for this <_<

 

catalog/includes/configure.php and for a stock install:

 

catalog/admin/includes/configure.php

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

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

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

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

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

 

Right?

Posted

Yep.

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted

:D

Yippee!! Officially graduated from newbie to novice..

 

Thanks for the help!

Archived

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

×
×
  • Create New...