Jump to content
xt:Commerce Community Forum

nach Domain-Umzug und Lizenzänderung kein Shop mehr zu sehen


Recommended Posts

Hi,

nach Umkopieren der Shop-Installation in einen neuen Ordner für eine neue Domain, Hochladen der neuen Lizenz und Änderung der Einträge in Tabelle xt_stores erhalte ich bei Aufruf www.meinshop.de nur die Pfadanagaben angezeigt, nicht den Shop.

Weiss jemand wo der Haken liegt?

Herzliche Grüße, Sandra

{$store_name}

{if $account == true} {if $registered_customer}

{txt key=TEXT_LOGOFF}

{else}

{txt key=TEXT_LOGIN}

{/if} {/if}

{txt key=TEXT_ACCOUNT}

{txt key=TEXT_CART}

{box name=cart}

{txt key=TEXT_CHECKOUT}

{box name=search}

{include file="/xtCore/pages/navigation/breadcrumb.html" type="tpl_include"}

{box name=language}

{if $show_index_boxes == 'true'}

{txt key=TEXT_ESHOP}

{box name=categories} {*{box name=manufacturers}*} {content block_id=7 levels=true} {if $_content_7|count > 0}

{txt key=TEXT_INFO}

{foreach name=aussen item=box_data from=$_content_7}

{$box_data.title}

{/foreach}

{/if} {box name=xt_special_products type=user order_by='rand()'}

{box name=christmas}

{/if} {if $show_index_boxes == 'true'} {if $smarty.get.page == 'index' or $smarty.server.REQUEST_URI == '/index.php' or $smarty.server.REQUEST_URI == '/'}

{elseif $smarty.get.page == 'product'}

{else}

{/if}{/if}{$content}

Service

{content block_id=6} {if $_content_6|count > 0} {foreach name=aussen item=box_data from=$_content_6} {$box_data.title}

{/foreach} {/if}

{txt key=TEXT_FOOTER_GOODTOKNOW}

Link to comment
Share on other sites

phpinfo()

Es gibt keine neue DB. Der Zugriff erfolgt auf die alte.

ich habe für Dich nun die DB umgestellt. Das heißt der funktionierende Shop unter meinshop.de ist gerade nicht verfügbar.

Ich hoffe, ich bekomme bald eine Antwort von Dir, so dass ich wieder alles umstellen kann, um keine Kunden zu vergraulen.

Dank Dir.

Liebe Grüße, Sandra

Link to comment
Share on other sites

Umschalten auf xt_default bringt keine Veränderung.

die .htaccess im Ordner www.meinshop.de sieht so aus:

#########################################################################

# xt:Commerce Enterprise

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# Copyright 2007-2008 xt:Commerce GmbH. All Rights Reserved.

# This file may not be redistributed in whole or significant part.

# Content of this file is Protected By International Copyright Laws.

#

# ~~~~~~~~~ xt:Commerce Enterprise IS NOT FREE SOFTWARE ~~~~~~~~~~~~~~~~

#

# http://www.xt-commerce.com

#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# @version $Id$

# @copyright xt:Commerce GmbH, www.xt-commerce.com

#

# @author Mario Zanier, xt:Commerce GmbH [email protected]

#

# @author Matthias Hinsche [email protected]

# @author Matthias Benkwitz [email protected]

#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# xt:Commerce GmbH, Bachweg 1, A-6091 Goetzens (AUSTRIA)

# [email protected]

#

#########################################################################

#########################################################################

#########################################################################

#########################################################################

# RewriteEngine on

# RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php

#########################################################################

Link to comment
Share on other sites

ja, einen schritt weiter:

es war tatsächlich eine index.html im root-verzeichnis, die habe ich jetzt mal umbenannt mit dem Ergebniss, dass die Startseite vom Shop tatsächlich geladen wird,

doch weiter rein in den Shop komme ich nicht.

Not Found

The requested URL /de/MARKEN.html was not found on this server.

Warum denn das?

Link to comment
Share on other sites

Die .htaccess greift noch nicht mit dem Rewrite.

Mach mal aus der Zeile

# RewriteEngine on
RewriteEngine on[/code]

, also das Auskommentieren rückgängig machen.

Zur Erklärung, du hast ja keine Datei "MARKEN.html" im Ordner "de", ist mod_rewrite aktiviert, werden die real nicht vorhandenen Dateien und Ordner ja auf die index.php umgeleitet, die daraus dann die Informationen erhält, was sie anzeigen sollte. Ohne das Einschalten davon, wird die Anfrage nicht an index.php weitergeleitet und die Anfrage läuft in die reale Leere.

Link to comment
Share on other sites

cool, die Seite wird komplett dargestellt.

xt-commerce konnte mir nicht helfen, Du schon. Tausend Dank.

noch eine Frage:

Damit die Seite auch bei URL-Eingabe "meinshop.de" richtig angezeigt wird, muss ich da nicht in der .htaccess folgendes Eintragen:

Doch leider funktioniert es damit nicht:

RewriteCond %{HTTP_HOST} ^(.*)meinshop.de/$ [NC]

RewriteRule (.*) https://www.meinshop.de/$1 [R=301,L]

RewriteCond %{HTTP_HOST} ^www\.meinshop\.de

RewriteRule (.*) https://www.meinshop.de/$1 [R=301,L]

Redirect /v2 https://www.meinshop.de

Link to comment
Share on other sites

geht leider nicht:

#########################################################################

# xt:Commerce Enterprise

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# Copyright 2007-2008 xt:Commerce GmbH. All Rights Reserved.

# This file may not be redistributed in whole or significant part.

# Content of this file is Protected By International Copyright Laws.

#

# ~~~~~~~~~ xt:Commerce Enterprise IS NOT FREE SOFTWARE ~~~~~~~~~~~~~~~~

#

# http://www.xt-commerce.com

#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# @version $Id$

# @copyright xt:Commerce GmbH, www.xt-commerce.com

#

# @author Mario Zanier, xt:Commerce GmbH [email protected]

#

# @author Matthias Hinsche [email protected]

# @author Matthias Benkwitz [email protected]

#

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#

# xt:Commerce GmbH, Bachweg 1, A-6091 Goetzens (AUSTRIA)

# [email protected]

#

#########################################################################

#########################################################################

Options +FollowSymLinks

RewriteEngine on

RewriteCond %{HTTP_HOST} ^meinshop.de/ [NC]

RewriteRule ^(.*)$ https://www.meinshop.de//$1 [R=301,L]

#########################################################################

#########################################################################

# RewriteRule !\.(js|ico|gif|jpg|png|css)$ index.php

RewriteCond %{REQUEST_URI} !^/media/

RewriteCond %{REQUEST_URI} !^/extAdmin/

RewriteCond %{REQUEST_URI} !^/skin/

RewriteCond %{REQUEST_URI} !^/js/

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule .* index.php

#########################################################################

Link to comment
Share on other sites

Archived

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

×
  • Create New...