Jump to content
xt:Commerce Community Forum

Impressum, Widerrufsrecht usw. wurden nicht angelegt.


Recommended Posts

  • 2 weeks later...

hi ich hatte heute das erste mal auch das problem. bisher klappte das mit veyton immer perfekt.

schau mal ob das bei dir auch der fehler ist: die .htaccess im shop-hauptverzeichniss fehlte - somit hat der shop nichts wo er seine daten reinschreiben kann - und da hilft es auch nichts, wenn der hoster dazu die erlaubnis gibt.

erstelle eine leere datei namens htaccess.txt am besten mit einem primitiven editor, füge folgenden code ein:

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

 #                       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


DirectoryIndex index.php


RewriteEngine on


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


Options +FollowSymlinks

RewriteEngine on

RewriteCond %{HTTP_HOST} ^domain\.tld$ [NC]

RewriteRule ^(.*)$ http://www.domain.tld/$1 [L,R=301] 

ACHTUNG: domain und tld gegen deine daten austauschen!!!

wenn du die domain xyz.com hast, dann unter domain xyz eintragen und tld durch com ersetzen!

speichern, per ftp ins Hauptverzeichniss hochladen, per ftp auf .htaccess umbennen, ggf. die rechte kontrollieren (644) und dann sollte es gehen

Link to comment
Share on other sites

Archived

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

×
  • Create New...