Guest Posted April 16, 2004 Posted April 16, 2004 Basic question, If I rename my default installation folder, (catalog) will I need to change any other files within the subdirectories? Thanks :blink:
AlanR Posted April 16, 2004 Posted April 16, 2004 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)
Guest Posted April 16, 2004 Posted April 16, 2004 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
AlanR Posted April 16, 2004 Posted April 16, 2004 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)
Guest Posted April 16, 2004 Posted April 16, 2004 define('HTTP_COOKIE_PATH', '/catalog/'); define('HTTPS_COOKIE_PATH', '/catalog/'); define('DIR_WS_HTTP_CATALOG', '/catalog/'); define('DIR_WS_HTTPS_CATALOG', '/catalog/'); Right?
AlanR Posted April 16, 2004 Posted April 16, 2004 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)
Guest Posted April 16, 2004 Posted April 16, 2004 :D Yippee!! Officially graduated from newbie to novice.. Thanks for the help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.