rechtstexte für onlineshop
Neuigkeiten
  • Die modified eCommerce Shopsoftware ist kostenlos, aber nicht umsonst.
    Spenden
  • Damit wir die modified eCommerce Shopsoftware auch zukünftig kostenlos anbieten können:
    Spenden
  • Thema: Problem nach "Server-Wechsel"

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Problem nach "Server-Wechsel"
    am: 21. Mai 2015, 10:32:56
    Hallo zusammen.
    Muss leider aktuell meinen Shop umziehen, da mein Hoster "zu" macht.

    Das Problem besteht bei meinem "neuen" Shop:
    http://albert.domainfactory-kunde.de/bleishop/

    Nach dem Umzug kann ich leider keine Artikel mehr aufrufen.
    kommt immer die Meldung: Fehler 404.

    In den Adminbereich kann ich mich einloggen, wenn ich dort auf die Kategorien/ Artikel gehe, werden mir paar Infos anzeigt aber auch keine Bilder etc.

    Hier mal meine Inc|Configure:

    Zitat
     
    define('HTTP_SERVER', 'http://albert.domainfactory-kunde.de/bleishop'); // eg, http://localhost - should not be empty for productive servers
      define('HTTPS_SERVER', 'https://albert.domainfactory-kunde.de/bleishop'); // eg, https://localhost - should not be empty for productive servers
      define('ENABLE_SSL', true); // secure webserver for checkout procedure?
      define('USE_SSL_PROXY', false); // using SSL proxy?
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_DOCUMENT_ROOT', '/kunden/397448_97877/webseiten/bleishop/');
      define('DIR_FS_CATALOG', '/kunden/397448_97877/webseiten/bleishop/');
      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/');

    Hier mal meine Admin|Inc|Configure:

    Zitat
      define('HTTP_SERVER', 'http://albert.domainfactory-kunde.de/bleishop/'); // eg, http://localhost or - https://localhost should not be empty for productive servers
      define('HTTP_CATALOG_SERVER', '/kunden/397448_97877/webseiten/bleishop/');
      define('HTTPS_CATALOG_SERVER', '/kunden/397448_97877/webseiten/bleishop/');
      define('ENABLE_SSL_CATALOG', 'ture'); // secure webserver for catalog module
      define('USE_SSL_PROXY', false); // using SSL proxy?
      define('DIR_FS_DOCUMENT_ROOT', '/kunden/397448_97877/webseiten/bleishop/'); // where the pages are located on the server
      define('DIR_WS_ADMIN', '/admin/'); // absolute path required
      define('DIR_FS_ADMIN', '/kunden/397448_97877/webseiten/bleishop/admin/'); // absolute pate required
      define('DIR_WS_CATALOG', '/'); // absolute path required
      define('DIR_FS_CATALOG', '/kunden/397448_97877/webseiten/bleishop/'); // absolute path required
      define('DIR_WS_IMAGES', 'images/');
      define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
      define('DIR_FS_CATALOG_ORIGINAL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/original_images/');
      define('DIR_FS_CATALOG_THUMBNAIL_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/thumbnail_images/');
      define('DIR_FS_CATALOG_INFO_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/info_images/');
      define('DIR_FS_CATALOG_POPUP_IMAGES', DIR_FS_CATALOG_IMAGES .'product_images/popup_images/');
      define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
      define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/');
      define('DIR_WS_CATALOG_ORIGINAL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/original_images/');
      define('DIR_WS_CATALOG_THUMBNAIL_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/thumbnail_images/');
      define('DIR_WS_CATALOG_INFO_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/info_images/');
      define('DIR_WS_CATALOG_POPUP_IMAGES', DIR_WS_CATALOG_IMAGES .'product_images/popup_images/');
      define('DIR_WS_INCLUDES', 'includes/');
      define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
      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_WS_CATALOG. 'lang/');
      define('DIR_FS_LANGUAGES', DIR_FS_CATALOG. 'lang/');
      define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
      define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
      define('DIR_FS_INC', DIR_FS_CATALOG . 'inc/');
      define('DIR_WS_FILEMANAGER', DIR_WS_MODULES . 'fckeditor/editor/filemanager/browser/default/');

    Kann mir bitte jemand weiterhelfen?

    Danke vorab....

    Linkback: https://www.modified-shop.org/forum/index.php?topic=33015.0
    rechtstexte für onlineshop

    Matt

    • Experte
    • Beiträge: 4.241
    Re: Problem nach "Server-Wechsel"
    Antwort #1 am: 21. Mai 2015, 10:39:58
    Hast du die .htaccess mit kopiert? Wenn die Antwort ja ist: Schalt mal die SEO-URLs aus. Wenn es dann geht, DF fragen warum bei dir mod_rewrite nicht läuft.

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #2 am: 21. Mai 2015, 11:58:20
    Herzlichen Dank für die schnelle Antwort.

    SEO-URLs aus: Shop, Artikel etc. geht.

    in meiner .htacces steht:

    Zitat

    RewriteEngine On
    RewriteBase /

    Habe DF bereits angerufen, mod_rewrite läuft "immer", ist icht abschaltbar.

    Hast du noch einen Hinweis ??

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #3 am: 21. Mai 2015, 12:06:41
    Hallo.
    Leider habe ich soeben noch ein Problem gestgestellt.

    Die Kategorien lassen sich jetzt öffnen, aber die Artikel leider doch nicht.
    es kommt folgende Fehlermeldung:

    Zitat
    Fehler: Umleitungsfehler

    Die aufgerufene Website leitet die Anfrage so um, dass sie nie beendet werden kann.

        Dieses Problem kann manchmal auftreten, wenn Cookies deaktiviert oder abgelehnt werden.

    Matt

    • Experte
    • Beiträge: 4.241
    Re: Problem nach "Server-Wechsel"
    Antwort #4 am: 21. Mai 2015, 12:59:50
    Wenn das deine komplette .htaccess ist:
    RewriteEngine On
    RewriteBase /

    Dann ist es kein Wunder, dass da nix geht.

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #5 am: 21. Mai 2015, 23:29:58
    natürlich nicht....

    hier die komplette:

    Zitat
    ##-- $Id: .htaccess 3209 2012-07-12 11:51:11Z gtb-modified $

    ##-- Default charset
    #AddDefaultCharset UTF-8
    AddDefaultCharset ISO-8859-15

    ##-- Disable the server signature
    ServerSignature Off

    ##-- Turn off ETags in HTTP-header (use both directives)
    <IfModule mod_headers.c>
      Header unset ETag
    </IfModule>
    FileETag None

    ##-- When caching of gzipped JS and CSS files is used, enable this setting
    #<IfModule mod_headers.c>
    #  Header set Vary Accept-Encoding
    #</IfModule>

    ##-- when using Provider 1&1 set the following lines to activate PHP5
    #AddType x-mapp-php5 .php
    #AddHandler x-mapp-php5 .php

    # Disable directory browsing (disabled by default as this causes problems on some servers)
    #Options All -Indexes

    ##-- Enable the compression for any type of content
    #<IfModule mod_deflate.c>
    #  <FilesMatch "\\.(js|css|html|htm|php|xml|jpg|jpeg|png|gif)$">
    #    SetOutputFilter DEFLATE
    #  </FilesMatch>
    #</IfModule>

    ##-- Customization of HTTP request and response headers
    <IfModule mod_headers.c>
      <FilesMatch "\\.(ico|jpe?g|png|gif|swf|flv)$">
        Header set Cache-Control "max-age=2592000, public"
      </FilesMatch>
      <FilesMatch "\\.(css)$">
        Header set Cache-Control "max-age=604800, public"
      </FilesMatch>
      <FilesMatch "\\.(js)$">
        Header set Cache-Control "max-age=216000, private"
      </FilesMatch>
      <FilesMatch "\\.(xml|txt)$">
        Header set Cache-Control "max-age=216000, public, must-revalidate"
      </FilesMatch>
      <FilesMatch "\\.(html|htm|php)$">
        Header set Cache-Control "max-age=1, private, must-revalidate"
      </FilesMatch>
    </IfModule>

    ##-- Generation of Expires and Cache-Control HTTP headers
    <IfModule mod_expires.c>
      ExpiresActive On
      ExpiresDefault "access plus 1 seconds"
      ExpiresByType image/gif "access plus 2592000 seconds"
      ExpiresByType image/jpeg "access plus 2592000 seconds"
      ExpiresByType image/png "access plus 2592000 seconds"
      ExpiresByType text/html "access plus 1 seconds"
      ExpiresByType text/css "access plus 604800 seconds"
      ExpiresByType text/javascript "access plus 216000 seconds"
      ExpiresByType application/x-javascript "access plus 216000 seconds"
    </IfModule>

    ##-- Configure php_flags if necessary
    ##-- BEGIN - use IfModule clause if PHP runs in CGI mode, otherwise just uncomment the lines with php_flag...
    #<IfModule mod_php.c>

      ##-- Warn when arguments are passed by reference at function call time (from PHP5 allow_call_time_pass_reference is deprecated)
      #php_flag allow_call_time_pass_reference on

      ##-- Disable transparent sid support PHP-default is off (XTC Session only on first visit)
      #php_flag session.use_trans_sid off

      ##-- set suhosin flags because of errors with attributes (for webhosters with suhosin hardening patch enabled)
      #php_value suhosin.post.max_array_depth 0
      #php_value suhosin.post.max_array_index_length 0
      #php_value suhosin.post.max_vars 0
      #php_value suhosin.request.max_array_depth 0
      #php_value suhosin.request.max_array_index_length 0
      #php_value suhosin.request.max_vars 0

      ##-- set suhosin flags to have unencrypted session data, affecting "whos_online" & "shopping cart" (for webhosters with suhosin hardening patch enabled)patch enabled
      #php_value suhosin.session.encrypt Off
      #php_value suhosin.session.cryptkey ''

    ##-- END - use IfModule clause if PHP runs in CGI mode, otherwise just uncomment the lines with php_flag...
    #</IfModule>

    ##-- Redirect error pages to Sitemap
    ##-- set the correct Path to ErrorDocument
    ErrorDocument 400 /sitemap.html?error=400
    ErrorDocument 401 /sitemap.html?error=401
    ErrorDocument 402 /sitemap.html?error=402
    ErrorDocument 403 /sitemap.html?error=403
    ErrorDocument 404 /sitemap.html?error=404
    ErrorDocument 500 /sitemap.html?error=500

    ##-----------------------------------------
    ##- SEO Shopstat Modul (Hartmut Koenig)
    ##-----------------------------------------
    <IfModule mod_rewrite.c>
      ##-- Initialize and enable rewrite engine
      ##-- Documentation http://httpd.apache.org/docs/misc/rewriteguide.html
      RewriteEngine On

      ##-- EXAMPLE: If your shop is located at "http://www.yourdomain.com/shop",
      ##-- set the following line like e.g.: RewriteBase /shop/
      RewriteBase /

      ##-- Use canonical URLs
      ##-- redirect to www-domain, when www is missing and no subdomain given and not using an ssl-proxy
      ##-- HostEurope
      #RewriteCond %{HTTP:X-Forwarded-Server}   !^ssl\.webpack\.de$ [NC]
      ##-- 1und1
      #RewriteCond %{HTTP:X-Forwarded-Server}   !^ssl\.kundenserver\.de$ [NC]
      ##-- domainFACTORY
      #RewriteCond %{HTTP:X-Forwarded-Server}   !^sslsites\.de$ [NC]
      ##-- All-Inkl
      #RewriteCond %{HTTP:X-Forwarded-Server}   !^ssl-account\.com$ [NC]
      ##-- Strato
      #RewriteCond %{HTTP:X-Forwarded-Server}   !^www\.ssl-id\.de$ [NC]

      #RewriteCond %{HTTP_HOST}                 !^www\.(.*) [NC]
      #RewriteCond %{HTTP_HOST}                 !^(.*)\.(.*)\.(.*) [NC]
      #RewriteCond %{HTTP_HOST}                 !^localhost(.*)$ [NC]
      #RewriteRule ^(.*)                        http://www.%{HTTP_HOST}/$1 [R=301,L]

      ##-- Sitemap
      RewriteRule ^sitemap(.*)\.html$ shop_content.php?coID=8 [QSA,L]

      ##----------------------------------------------------------------------------------
      ##-- When working with SEO-Urls you can decide, whether to use a colon ":" or a dash "-" symbol
      ##-- (Windows Servers might have problems with colon as delimiter!)
      ##-- Change the delimiter symbol also in file "/inc/shopstat_functions.inc.php"
      ##----------------------------------------------------------------------------------

      ##-- Use colon delimiter ":" for SEO-URLS (default setting)
      ##-- Categories (:::)
      RewriteCond %{REQUEST_URI} (.*):::([_0-9]+):([_0-9]+)\.html$
      RewriteRule (.*):::([_0-9]+):([_0-9]+)\.html$ index.php?cPath=$2&page=$3 [QSA,L]
      RewriteCond %{REQUEST_URI} (.*):::([_0-9]+)\.html$
      RewriteRule (.*):::([_0-9]+)\.html$ index.php?cPath=$2 [QSA,L]

      ##-- Products (::)
      RewriteRule (.*)::(.+)\.html$ product_info.php?products_id=$2 [QSA,L]

      ##-- Content (:_:)
      RewriteRule (.*):_:([0-9]+)\.html$ shop_content.php?coID=$2 [QSA,L]

      ##-- Manufacturers (:.:)
      RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+):([_0-9]+)\.html$
      RewriteRule (.*):.:([_0-9]+):([_0-9]+)\.html$ index.php?manufacturers_id=$2&page=$3 [QSA,L]
      RewriteCond %{REQUEST_URI} (.*):.:([_0-9]+)\.html$
      RewriteRule (.*):.:([0-9]+)\.html$ index.php?manufacturers_id=$2 [QSA,L]

      ##-- Use dash delimiter "-" for SEO-URLS
      ##-- Categories (---)
      #RewriteCond %{REQUEST_URI} (.*)---([_0-9]+)-([_0-9]+)\.html$
      #RewriteRule (.*)---([_0-9]+)-([_0-9]+)\.html$ index.php?cPath=$2&page=$3 [QSA,L]
      #RewriteCond %{REQUEST_URI} (.*)---([_0-9]+)\.html$
      #RewriteRule (.*)---([_0-9]+)\.html$ index.php?cPath=$2 [QSA,L]

      ##-- Products (--)
      #RewriteRule (.*)--(.+)\.html$ product_info.php?products_id=$2 [QSA,L]

      ##-- Content (-_-)
      #RewriteRule (.*)-_-([0-9]+)\.html$ shop_content.php?coID=$2 [QSA,L]

      ##-- Manufacturers (-.-)
      #RewriteCond %{REQUEST_URI} (.*)-.-([_0-9]+)-([_0-9]+)\.html$
      #RewriteRule (.*)-.-([_0-9]+)-([_0-9]+)\.html$ index.php?manufacturers_id=$2&page=$3 [QSA,L]
      #RewriteCond %{REQUEST_URI} (.*)-.-([_0-9]+)\.html$
      #RewriteRule (.*)-.-([0-9]+)\.html$ index.php?manufacturers_id=$2 [QSA,L]
    </IfModule>

    Matt

    • Experte
    • Beiträge: 4.241
    Re: Problem nach "Server-Wechsel"
    Antwort #6 am: 22. Mai 2015, 09:54:19
    Deine RewriteBase muss /bleishop/ sein.

    Wegen der Redirect-Loop: Wie sehen denn deine Session-Einstellungen aus?

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #7 am: 25. Mai 2015, 16:12:16
    Leider, ist auch mein dritter Versuch fehlgeschlagen....

    Ist denn einer unter euch der mich etwas unterstützen kann?

    bin auch gerne bereit einen Obolus oä. euch zukommen zu lassen.
    Mein Shop muss aber "schnellstmöglich" umgezogen werden/ sein....

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #8 am: 25. Mai 2015, 16:38:08
    Die "letzte" Version habe ich hier:

    http://albert.domainfactory-kunde.de/blei/index.php

    Leider sind keine Bilder und keine "Artikel" aufrufbar....

    Matt

    • Experte
    • Beiträge: 4.241
    Re: Problem nach "Server-Wechsel"
    Antwort #9 am: 25. Mai 2015, 18:55:28
    Die URLs (u.a. base href) sind falsch, verweisen auf bleiblei. Da ist eine Beule in deiner Config.

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #10 am: 25. Mai 2015, 19:02:05
    hi.
    da war noch ein Fehler drin vom "rum probieren"....

    MAtt hast du Skape, ICQ oder ähnliches....??

    Jetzt habe ich wieder das Problem dass die Artikel und BIlder nicht funktionieren....

    http://albert.domainfactory-kunde.de/blei/index.php

    Matt

    • Experte
    • Beiträge: 4.241
    Re: Problem nach "Server-Wechsel"
    Antwort #11 am: 25. Mai 2015, 19:30:17
    Das Problem ist auch hier wieder dein Subfolder, da deine Bilder im Root-Folder gesucht werden. Hast du das irgendwie 'hart' im Template drin? Weil normal ist das nicht.

    Ich hab grundsätzlich mal alles. Und du hast mich ja auch schon gefunden :)

    r3LaXeD

    • Fördermitglied
    • Beiträge: 86
    Re: Problem nach "Server-Wechsel"
    Antwort #12 am: 25. Mai 2015, 20:28:23
    *g*
    hättest du 1-2 Minütchen im Messenger?

    Hab dich mal in ICQ und Skype geadded....