Jump to content
xt:Commerce Community Forum

shopverzeichnis nach domain?nderung?


oknel

Recommended Posts

hi,

ich habe urspr?nglich den xtc 304 im verzeichnis www.domain.de/shop installiert. nun m?chte ich die domain direkt auf dieses verzeichnis (shop) umleiten. allerdings gibs dann massive probleme, bilder werden nicht angezeigt etc.

ich hab schon versucht die pfade in der config.php zu ?ndern, funktioniert aber nicht.

gen?gt eine ?nderung in dieser datei?

wenn ja, welche?

hat vielleicht jemand n tipp f?r mich?

vielen dank

oknel

Link to comment
Share on other sites

Originally posted by oknel@Mar 18 2006, 05:15 PM

hi,

ich habe urspr?nglich den xtc 304 im verzeichnis www.domain.de/shop installiert. nun m?chte ich die domain direkt auf dieses verzeichnis (shop) umleiten. allerdings gibs dann massive probleme, bilder werden nicht angezeigt etc.

ich hab schon versucht die pfade in der config.php zu ?ndern, funktioniert aber nicht.

gen?gt eine ?nderung in dieser datei?

wenn ja, welche?

hat vielleicht jemand n tipp f?r mich?

vielen dank

oknel

Quoted post

define('HTTP_SERVER', 'http://www.domain.de'); // eg, http://localhost - should not be empty for productive servers

 define('HTTPS_SERVER', 'https://www.domain.de'); // eg, https://localhost - should not be empty for productive servers

 define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 define('DIR_WS_CATALOG', '/shop/'); // absolute path required

 define('DIR_FS_DOCUMENT_ROOT', '/home/www/web35/html/shop/');

 define('DIR_FS_CATALOG', '/home/www/web35/html/shop/');

 define('DIR_WS_IMAGES', 'images/');

 define('DIR_WS_ORIGINAL_IMAGES', DIR_WS_IMAGES .'product_images/original_images/');

 define('DIR_WS_THUMBNAIL_IMAGES', DIR_WS_IMAGES .'product_images/thumbnail_images/');

 define('DIR_WS_INFO_IMAGES', DIR_WS_IMAGES .'product_images/info_images/');

 define('DIR_WS_POPUP_IMAGES', DIR_WS_IMAGES .'product_images/popup_images/');

 define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');

 define('DIR_WS_INCLUDES',DIR_FS_DOCUMENT_ROOT. 'includes/');

 define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');

 define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');

 define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');

 define('DIR_WS_LANGUAGES', DIR_FS_CATALOG . 'lang/');


 define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');

 define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

 define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');

 define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/');


// define our database connection

 define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty for productive servers

Link to comment
Share on other sites



define('HTTP_SERVER', 'http://www.domain.de'); // eg, http://localhost - should not be empty for productive servers

 define('HTTPS_SERVER', 'https://www.domain.de'); // eg, https://localhost - should not be empty for productive servers

 define('ENABLE_SSL', false); // secure webserver for checkout procedure?

 define('DIR_WS_CATALOG', '/'); // absolute path required

 define('DIR_FS_DOCUMENT_ROOT', '/home/www/web35/html/shop/');

 define('DIR_FS_CATALOG', '/home/www/web35/html/shop/');

problem gel?st, danke

Link to comment
Share on other sites

Archived

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

×
  • Create New...