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: Bei bestellvorgang shop adresse doppelt im browser

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Hallo,

    ich habe folgendes problem im shop:

    wenn ich etwas bestelle Testkauf und dann auf kasse gehe damit ich weiter zur checkout_success komme.
    Werde ich weitergeleitet aber die Adresse des Shops wird im Browser doppelt hintereinander geschrieben.

    Somit steht dann die webseite ist nicht erreichbar.

    adresszeile sieht dann wie folgt aus:

    https://www.meinshop.dehttps//www.meinshop.de/checkout_success.php

    liegt das am shop selbst oder am hoster?

    logfiles liegen keine vor.

    lg Alex

    Linkback: https://www.modified-shop.org/forum/index.php?topic=41595.0

    Viol

    • Fördermitglied
    • Beiträge: 2.209
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #1 am: 15. Januar 2021, 16:50:15
    Vielleicht solltest Du ein paar Details wie Shopversion und ggf. einen Link zu Deinem Shop postest, wenn Dir geholfen werden soll. Es sei denn, ein Helfer hat seine  :glaskugel: parat.

    Q

    • Fördermitglied
    • Beiträge: 1.502
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #2 am: 16. Januar 2021, 19:41:37
    Lief das vorher ohne Probleme oder neue Installation? Wurde was geändert? Was an der configuration.php geändert?

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #3 am: 17. Januar 2021, 13:36:29
    Sorry habe ich vergessen die version mit zu posten.  Die version ist v2.0.5.1 rev 12725
    www.mk-manufaktur.de

    Das ist eine Neuinstallation und an der config wurde meinerseits nichts geändert.

    Hoster ist Strato dort wurde ledigilich vor der Neuinstallation die aktuelle php version eingestellt.

    Timm

    • Fördermitglied
    • Beiträge: 6.165
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #4 am: 17. Januar 2021, 14:39:30
    Moin

    Poste mal in Codetags bitte den Inhalt der includes/configure.php, aber bitte ohne DB Zugangsdaten.

    Dann Poste in Codetags den Inhalt der .htaccess. Irgendwo fehlen mindestens die Weiterleitungen, wenn man die URL ohne www eingibt.

    Dann poste mal, was/ob du im Backend beim Hoster an Weiterleitungen angegeben hast.

    Gruss Timm

    P.S. Tipp: Schalte im Backend mal die suchmaschinenfreundlichen URLs an, damit die URLs schöner für Kunden und Google aussehen. Zu finden unter erweiterte Konfiguration-Meta-Tags/Suchmaschinen.

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #5 am: 17. Januar 2021, 14:53:57
    Includes/config
    Code: PHP  [Auswählen]
    <?php
    /* --------------------------------------------------------------
       $Id: configure.php 12243 2019-10-04 12:32:07Z GTB $

       modified eCommerce Shopsoftware
       http://www.modified-shop.org

       Copyright (c) 2009 - 2013 [www.modified-shop.org]
       --------------------------------------------------------------
       based on:
       (c) 2000-2001 The Exchange Project  (earlier name of osCommerce)
       (c) 2002-2003 osCommerce (configure.php,v 1.13 2003/02/10); www.oscommerce.com
       (c) 2003 XT-Commerce (configure.php)

       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)

      // global defines
      define('DIR_FS_DOCUMENT_ROOT', '/home/strato/www/mk/www.mk-manufaktur.de/htdocs/'); // absolut path required
      define('DIR_WS_CATALOG', '/'); // relative path required
      define('DIR_FS_CATALOG', DIR_FS_DOCUMENT_ROOT);

      // define our database connection
      define('DB_MYSQL_TYPE', 'mysqli'); // define mysql type set to 'mysql' or 'mysqli'
      define('DB_SERVER', 'rdbms.strato.de'); // eg, localhost - should not be empty for productive servers
      define('DB_SERVER_USERNAME', '*******');
      define('DB_SERVER_PASSWORD', '*********');
      define('DB_DATABASE', '*******');
      define('DB_SERVER_CHARSET', 'utf8'); // set db charset 'utf8' or 'latin1'
      define('USE_PCONNECT', 'false'); // use persistent connections?

      if (DB_DATABASE != '') {
        // auto include
        require_once (DIR_FS_CATALOG.'inc/auto_include.inc.php');

        foreach(auto_include(DIR_FS_CATALOG.'includes/extra/configure/','php') as $file) require_once ($file);
      }

      // server
      defined('HTTP_SERVER') or define('HTTP_SERVER', ''); // eg, http://localhost - should not be empty for productive servers
      defined('HTTPS_SERVER') or define('HTTPS_SERVER', 'https://www.mk-manufaktur.de'); // eg, https://localhost - should not be empty for productive servers

      // secure SSL
      defined('ENABLE_SSL') or define('ENABLE_SSL', true); // secure webserver for checkout procedure?

      // session handling
      defined('STORE_SESSIONS') or define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql'

      if (DB_DATABASE != '') {
        // set admin directory DIR_ADMIN
        require_once(DIR_FS_CATALOG.'inc/set_admin_directory.inc.php');

        // include standard settings
        require(DIR_FS_CATALOG.(defined('RUN_MODE_ADMIN')? DIR_ADMIN : '').'includes/paths.php');
      }
    ?>

    .htaccess

    Code: PHP  [Auswählen]
    ##-- $Id: _.htaccess 12137 2019-09-20 21:31:16Z Tomcraft $

    ##-- 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
      RequestHeader unset Proxy
    </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

    ##-- Add Mime Types
    <IfModule mod_mime.c>
      AddType application/font-woff2 .woff2
    </IfModule>

    # Disable directory browsing (disabled by default as this causes problems on some servers because they don't allow AllowOverride Directive for Options)
    #Options -Indexes

    ##-- Enable the compression for any type of content
    <IfModule mod_deflate.c>
      <FilesMatch "(\.js|\.css|\.html|\.htm|\.php|\.xml|\.ico|\.jpg|\.jpeg|\.png|\.gif|\.svg|\.woff|\.woff2|\.ttf|\.otf|\.eot|\.JS|\.CSS|\.HTML|\.HTM|\.PHP|\.XML|\.ICO|\.JPG|\.JPEG|\.PNG|\.GIF|\.SVG|\.WOFF|\.WOFF2|\.TTF|\.OTF|\.EOT)$">
        SetOutputFilter DEFLATE
      </FilesMatch>
    </IfModule>

    ##-- Customization of HTTP request and response headers
    <IfModule mod_headers.c>
      <FilesMatch "(\.ico|\.jpg|\.jpeg|\.png|\.gif|\.swf|\.flv|\.svg|\.ICO|\.JPG|\.JPEG|\.PNG|\.GIF|\.SWF|\.FLV|\.SVG)$">
        Header set Cache-Control "max-age=2592000, public, must-revalidate"
      </FilesMatch>
      <FilesMatch "(\.woff|\.woff2|\.ttf|\.otf|\.eot|\.WOFF|\.WOFF2|\.TTF|\.OTF|\.EOT)$">
        Header set Cache-Control "max-age=2592000, public, must-revalidate"
      </FilesMatch>
      <FilesMatch "(\.css|\.js|\.CSS|\.JS)$">
        Header set Cache-Control "max-age=604800, private, must-revalidate"
      </FilesMatch>
      <FilesMatch "(\.xml|\.txt|\.XML|\.TXT)$">
        Header set Cache-Control "max-age=604800, public, must-revalidate"
      </FilesMatch>
      <FilesMatch "(\.html|\.htm|\.php|\.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/jpg "access plus 2592000 seconds"
      ExpiresByType image/jpeg "access plus 2592000 seconds"
      ExpiresByType image/png "access plus 2592000 seconds"
      ExpiresByType image/svg+xml "access plus 2592000 seconds"
      ExpiresByType text/html "access plus 1 seconds"
      ExpiresByType text/css "access plus 604800 seconds"
      ExpiresByType text/javascript "access plus 604800 seconds"
      ExpiresByType application/x-javascript "access plus 604800 seconds"
      ExpiresByType application/javascript "access plus 604800 seconds"
      ExpiresByType text/x-component "access plus 604800 seconds"
      ExpiresByType font/truetype "access plus 604800 seconds"
      ExpiresByType font/opentype "access plus 604800 seconds"
      ExpiresByType application/x-font-ttf "access plus 604800 seconds"
      ExpiresByType application/x-font-woff "access plus 604800 seconds"
      ExpiresByType application/font-woff "access plus 604800 seconds"
      ExpiresByType application/vnd.ms-fontobject "access plus 604800 seconds"
      ExpiresByType image/x-icon "access plus 604800 seconds"

      <IfModule mod_headers.c>
        Header append Cache-Control "public"
      </IfModule>
    </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 /

      ##-- disallow access to dotfiles (.htaccess, .svn, .git, etc.)
      #RedirectMatch 403 /\.
     
      ##-- Use canonical URLs
      ##-- Use 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]
     
      ##-- redirect to http www-domain, when www is missing and no subdomain given and not using an ssl-proxy
      #RewriteCond %{HTTP_HOST} !^www\. [NC]
      #RewriteCond %{HTTP_HOST} !\.(.*)\. [NC]
      #RewriteCond %{HTTP_HOST} !^localhost [NC]
      #RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

      ##-- redirect to https www-domain, when www is missing and no subdomain given and not using an ssl-proxy
      #RewriteCond %{HTTP_HOST} !^www\. [NC]
      #RewriteCond %{HTTP_HOST} !\.(.*)\. [NC]
      #RewriteCond %{HTTP_HOST} !^localhost [NC]
      #RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
      #RewriteCond %{SERVER_PORT} !^443$
      #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

      ##-- redirect to https non-www-domain, when no subdomain given and not using an ssl-proxy
      #RewriteCond %{SERVER_PORT} !^443$ [OR]
      #RewriteCond %{HTTP_HOST} ^www\. [NC]
      #RewriteCond %{HTTP_HOST} ^(?:www\.)?(.+)$ [NC]
      #RewriteRule ^ https://%1%{REQUEST_URI} [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 (SEO_SEPARATOR) also in file "/includes/extra/seo_url_mod/seo_url_shopstat.php"
      ##-- or create a new file "/includes/extra/configure/seo_separator.php"
      ##-- with the following content: <?php define('SEO_SEPARATOR','-'); ?>
      ##----------------------------------------------------------------------------------

      ##-- Use colon delimiter ":" for SEO-URLS (default setting)
      ##-- Categories (:::)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*):::([_0-9]+):([_0-9]+)\.html$ index.php?cPath=$4&page=$5&language=$2 [QSA,L]
      RewriteRule ^([\/]?)([a-z]{2})\/(.*):::([_0-9]+)\.html$ index.php?cPath=$4&language=$2 [QSA,L]
      RewriteRule :::([_0-9]+):([_0-9]+)\.html$ index.php?cPath=$1&page=$2 [QSA,L]
      RewriteRule :::([_0-9]+)\.html$ index.php?cPath=$1 [QSA,L]

      ##-- Products (::)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)::(.+)\.html$ product_info.php?products_id=$4&language=$2 [QSA,L]
      RewriteRule ::(.+)\.html$ product_info.php?products_id=$1 [QSA,L]

      ##-- Content (:_:)
      RewriteRule ([\/]?)([a-z]{2})\/(.*):_:([0-9]+)\.html$ shop_content.php?coID=$4&language=$2 [QSA,L]
      RewriteRule :_:([0-9]+)\.html$ shop_content.php?coID=$1 [QSA,L]

      ##-- Manufacturers (:.:)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*):\.:([_0-9]+):([_0-9]+)\.html$ index.php?manufacturers_id=$4&page=$5&language=$2 [QSA,L]
      RewriteRule ^([\/]?)([a-z]{2})\/(.*):\.:([0-9]+)\.html$ index.php?manufacturers_id=$4&language=$2 [QSA,L]
      RewriteRule :\.:([_0-9]+):([_0-9]+)\.html$ index.php?manufacturers_id=$1&page=$2 [QSA,L]
      RewriteRule :\.:([0-9]+)\.html$ index.php?manufacturers_id=$1 [QSA,L]

      ##-- Use dash delimiter "-" for SEO-URLS (alternative setting i.e. for windows servers)
      ##-- Categories (---)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)---([_0-9]+)-([_0-9]+)\.html$ index.php?cPath=$4&page=$5&language=$2 [QSA,L]
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)---([_0-9]+)\.html$ index.php?cPath=$4&language=$2 [QSA,L]
      RewriteRule ---([_0-9]+)-([_0-9]+)\.html$ index.php?cPath=$1&page=$2 [QSA,L]
      RewriteRule ---([_0-9]+)\.html$ index.php?cPath=$1 [QSA,L]

      ##-- Products (--)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)--(.+)\.html$ product_info.php?products_id=$4&language=$2 [QSA,L]
      RewriteRule --(.+)\.html$ product_info.php?products_id=$1 [QSA,L]

      ##-- Content (-_-)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)-_-([0-9]+)\.html$ shop_content.php?coID=$4&language=$2 [QSA,L]
      RewriteRule -_-([0-9]+)\.html$ shop_content.php?coID=$1 [QSA,L]

      ##-- Manufacturers (-.-)
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)-\.-([_0-9]+)-([_0-9]+)\.html$ index.php?manufacturers_id=$4&page=$5&language=$2 [QSA,L]
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)-\.-([0-9]+)\.html$ index.php?manufacturers_id=$4&language=$2 [QSA,L]
      RewriteRule -\.-([_0-9]+)-([_0-9]+)\.html$ index.php?manufacturers_id=$1&page=$2 [QSA,L]
      RewriteRule -\.-([0-9]+)\.html$ index.php?manufacturers_id=$1 [QSA,L]

      ##-- language
      RewriteCond %{SCRIPT_FILENAME} !-d
      RewriteRule ^([\/]?)([a-z]{2})\/(.*)([^.]*)$ $3?language=$2 [QSA,L]
    </IfModule>

    im hoster ist nur die 301  SSL permanent erzwingen. sonst wurde da nichts geändert

    Suchmaschinenfreundliche urls eingeschaltet.

    awids

    • Experte
    • Beiträge: 3.785
    • Geschlecht:
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #6 am: 17. Januar 2021, 15:00:56
    Warum ist HTTP_SERVER nicht definiert?

     Und wie Timm dir sicher gleich ausführlich erklärt hätte, ist erzwungenes SSL über den Hoster auch nicht zu empfehlen.

    Timm

    • Fördermitglied
    • Beiträge: 6.165
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #7 am: 17. Januar 2021, 15:03:25
    Warum ist HTTP_SERVER nicht definiert?

     Und wie Timm dir sicher gleich ausführlich erklärt hätte, ist erzwungenes SSL über den Hoster auch nicht zu empfehlen.

    Richtig!  :-D

    Code: PHP  [Auswählen]
    // server
      defined('HTTP_SERVER') or define('HTTP_SERVER', 'https://www.mk-manufaktur.de'); // eg, http://localhost - should not be empty for productive servers
      defined('HTTPS_SERVER') or define('HTTPS_SERVER', 'https://www.mk-manufaktur.de'); // eg, https://localhost - should not be empty for productive servers

    Wichtig auch den http Server mit https angeben.

    Und in der .htaccess änderst du noch

    Code: XML  [Auswählen]
    ##-- redirect to https www-domain, when www is missing and no subdomain given and not using an ssl-proxy
      #RewriteCond %{HTTP_HOST} !^www\. [NC]
      #RewriteCond %{HTTP_HOST} !\.(.*)\. [NC]
      #RewriteCond %{HTTP_HOST} !^localhost [NC]
      #RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
      #RewriteCond %{SERVER_PORT} !^443$
      #RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    zu

    Code: XML  [Auswählen]
    ##-- redirect to https www-domain, when www is missing and no subdomain given and not using an ssl-proxy
      RewriteCond %{HTTP_HOST} !^www\. [NC]
      RewriteCond %{HTTP_HOST} !\.(.*)\. [NC]
      RewriteCond %{HTTP_HOST} !^localhost [NC]
      RewriteRule ^ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
      RewriteCond %{SERVER_PORT} !^443$
      RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]

    Gruss Timm

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #8 am: 17. Januar 2021, 16:50:04
    Okay vielen dank, habe die config geändert aber bei der .htaccess welche zeile? 150 oder 156 denn in der 156 steht das selbe  oder sehe ich was nicht?  UNd sollte ich das SSL erzwingen abschalten?

    Timm

    • Fördermitglied
    • Beiträge: 6.165
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #9 am: 17. Januar 2021, 16:58:29
    Das sind die Zeilen 156-162. Dort die Rauten entfernen. und nein da steht nicht das gleiche drin. Schau es dir mal genau an.

    Und die _.htaccess muss noch umbenannt werden in .htaccess. Sonst funktionieren die suchmaschinenfreundlichen Links nicht und du bekommst die weiße Seite wie zur Zeit.

    Und ja die dauerhaften 301 Weiterleitungen bzw ssl erzwingen muss deaktiviert werden. Aber das haben dir schon 2 Leute gesagt, weshalb ich die Nachfrage nicht so ganz verstehe.

    Gruß Timm

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #10 am: 17. Januar 2021, 17:15:01
    Alles klar in der tat habe ich die rauten übersehen. Zu wenig schlaf.

    Habe soweit alles geändert. Und 301 abgeschaltet. Das problem besteht immer noch.  Siehe bild. Habe das auf Opera Chrome und Firefox getestet immer das selbe. Wenn ich jetzt das überflüssige an der adresse entferne dann komme ich ins payment checkout also quasi https//www.mk-manufaktur.de/checkout_payment.php

    Timm

    • Fördermitglied
    • Beiträge: 6.165
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #11 am: 17. Januar 2021, 17:31:28
    Hast du jetzt eine _.htaccess und eine .htaccess auf dem Server? Weil man noch eine _.htaccess aufrufen kann, die Weiterleitungen aber scheinbar funktionieren.

    Kannst du mal testweise auf ein Standardtemplate umstellen und schauen, ob das Problem dann immer noch besteht?

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #12 am: 17. Januar 2021, 19:18:25
    im root habe ich nur eine aber auch eine im admin ordner aber beide sind ohne _

    Ich mache mal ein backup und stelle auf standard template um.

    EDIT: habe das mal ohne backup gemacht und das problem besteht weiterhin.

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #13 am: 18. Januar 2021, 16:18:05
    Seit kurzem habe ich diese warnung im backend auf der Startseite:

    WARNUNG: Ihre Shop Domain konnte nicht validiert werden (Mögliche Ursachen: Fehler beim Format der Domain oder internationalisierte Domainnamen (internationalized domain name, IDN) - Umlautdomain)

    die trifft ja nicht auf die domain zu?

    Alex8787

    • Neu im Forum
    • Beiträge: 26
    Re: Bei bestellvorgang shop adresse doppelt im browser
    Antwort #14 am: 19. Januar 2021, 22:53:07
    weis niemad rat? Der laden ist wegen Corona zu und der Shop außer betrieb ist grad eine echt schlachte zeit.
    7 Antworten
    2745 Aufrufe
    30. März 2009, 13:31:30 von Anonym
    7 Antworten
    2183 Aufrufe
    15. März 2017, 21:49:54 von Q
    5 Antworten
    2478 Aufrufe
    28. Januar 2015, 18:58:40 von WeXsler
    3 Antworten
    2398 Aufrufe
    14. Juni 2012, 19:33:58 von DokuMan
               
    anything