PDA

Shop Support News Archive - Shopbetreiber News -> Forum : Module Open Source Shopsystem xt eCommerce Templates Module SEO Support: :Shopumleitung Danach Keine Bilder Mehr Usw.


siboesch
12.01.2007, 12:21
Nachdem ich meinen shop eine Umleitung gegönnt habe, sind Bilder weg und auch die einzelnen Artikel gehen nicht mehr auf.

Geändert habe ich bei meinem server folgendes

www.meinShop.de weiterleitung auf www.meinShop.de/xtcommerce/index.php/

Kann mir da jemand helfen?

siboesch
12.01.2007, 12:37
''>ZITAT(lockdron @ Jan 12 2007, 12:26) 18482
hast du die neuen Pfade in den configure.php angepasst?
[/b]

Nein, da ich nicht weiss welche der configure.php ich anpassen muss und wie? Kannst du mir dabei helfen.

schau mal www.leder-bondage-shop.de (ich hoffe ich durfte das)

''>ZITAT(lockdron @ Jan 12 2007, 12:26) 18482
hast du die neuen Pfade in den configure.php angepasst?

EDIT: Andere Frage, meinst du mit Umleitung eine Umleitung wie z.B. mit .htaccess
oder hast du den Shop umgezogen?
[/b]

habe da ich immer eine Vorschaltseite machen musste von der man dann erst auf den eigentlichen shop kam über meinen Server die Einstellung geändert.

vorher war www.leder-bondage-shop.de umleitung auf /
jetzt ist www.leder-bondage-shop.de umleitung auf /xtcommerce/index.php/

Seitdem brauche ich die Vorschaltseite nicht mehr.

Was muss ich jetzt wo ändern.

siboesch
12.01.2007, 13:35
Hier kurz der Inhalt der config.php

<?php
/ --------------------------------------------------------------

XT-Commerce - community made shopping
http://www.xt-commerce.com (http://anonym.to/?http://www.xt-commerce.com)

Copyright © 2003 XT-Commerce
--------------------------------------------------------------
based on:
© 2000-2001 The Exchange Project (earlier name of osCommerce)
© 2002-2003 osCommerce (configure.php,v 1.13 2003/02/10); www.oscommerce.com

Released under the GNU General Public License
-------------------------------------------------------------- /

// Define the webserver and path parameters
// DIR_FS_ = Filesystem directories (local/physical)
// DIR_WS_ = Webserver directories (virtual/URL)
define('HTTP_SERVER', 'http://www.leder-bondage-shop.de'); // eg, http://localhost (http://anonym.to/?http://localhost) - should not be empty for productive servers
define('HTTPS_SERVER', 'https://www.leder-bondage-shop.de'); // eg, https://localhost (http://anonym.to/?https://localhost) - should not be empty for productive servers
define('ENABLE_SSL', false); // secure webserver for checkout procedure?
define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required
define('DIR_FS_DOCUMENT_ROOT', '/home/www/web42/html/xtcommerce/');
define('DIR_FS_CATALOG', '/home/www/web42/html/xtcommerce/');
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/');

daveland
12.01.2007, 17:09
Du musst die Pfade in diesen 4 Dateien ändern:

includes/configure.org.php
includes/configure.php
admin/includes/configure.org.php
admin/includes/configure.php

Rechte vorher auf 777 setzen, danach wieder auf 444, sonst werden deine
Änderungen nicht übernommen.

siboesch
12.01.2007, 19:05
''>ZITAT(daveland @ Jan 12 2007, 17:09) 18508
Du musst die Pfade in diesen 4 Dateien ändern:

includes/configure.org.php
includes/configure.php
admin/includes/configure.org.php
admin/includes/configure.php

Rechte vorher auf 777 setzen, danach wieder auf 444, sonst werden deine
Änderungen nicht übernommen.
[/b]

Welche Stelle in den Pfaden müssen denn geändert werden.

daveland
12.01.2007, 20:16
Ungefähr so, mach aber vorher Sicherungen von deinen alten Dateien.

admin/includes/configure.php

**define('HTTP_SERVER', 'http://www.dein-shop.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
**define('HTTP_CATALOG_SERVER', 'http://www.dein-shop.de/xtcommerce');
**define('HTTPS_CATALOG_SERVER', 'https://www.dein-shop.de/xtcommerce');
**define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
**define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/x137183//xtcommerce/'); // where the pages are located on the server
**define('DIR_WS_ADMIN', '/xtcommerce/admin/'); // absolute path required
**define('DIR_FS_ADMIN', '/www/htdocs/x137183//xtcommerce/admin/'); // absolute pate required
**define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required
**define('DIR_FS_CATALOG', '/www/htdocs/x137183//xtcommerce/'); // absolute path required

admin/includes/configure.org.php

**define('HTTP_SERVER', 'http://www.dein-shop.de'); // eg, http://localhost or - https://localhost should not be empty for productive servers
**define('HTTP_CATALOG_SERVER', 'http://www.dein-shop.de/xtcommerce');
**define('HTTPS_CATALOG_SERVER', 'https://www.dein-shop.de/xtcommerce');
**define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module
**define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/x137183//xtcommerce/'); // where the pages are located on the server
**define('DIR_WS_ADMIN', '/xtcommerce/admin/'); // absolute path required
**define('DIR_FS_ADMIN', '/www/htdocs/x137183//xtcommerce/admin/'); // absolute pate required
**define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required
**define('DIR_FS_CATALOG', '/www/htdocs/x137183//xtcommerce/'); // absolute path required

includes/configure.php

**define('HTTP_SERVER', 'http://www.dein-shop.de/xtcommerce'); // eg, http://localhost - should not be empty for productive servers
**define('HTTPS_SERVER', 'https://www.dein-shop.de/xtcommerce'); // 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', '/www/htdocs/x137183//xtcommerce/');
**define('DIR_FS_CATALOG', '/www/htdocs/x137183//xtcommerce/');

includes/configure.org.php

**define('HTTP_SERVER', 'http://www.dein-shop.de/xtcommerce'); // eg, http://localhost - should not be empty for productive servers
**define('HTTPS_SERVER', 'https://www.dein-shop.de/xtcommerce'); // eg, https://localhost - should not be empty for productive servers
**define('ENABLE_SSL', false); // secure webserver for checkout procedure?
**define('DIR_WS_CATALOG', '/xtcommerce/'); // absolute path required
**define('DIR_FS_DOCUMENT_ROOT', '/www/htdocs/x137183//xtcommerce/');
**define('DIR_FS_CATALOG', '/www/htdocs/x137183//xtcommerce/');

siboesch
14.01.2007, 16:03
das habe ich ausprobiert, es funktioniert nicht. Hat keiner ne Idee?