Massive URL Fehler

29.08.2017 18:02
#1
simsalabim
Joomshopping forum user no avatar
Name: KHG
12.01.2012
Posts: 46
Quote
Massive URL Fehler

Hallo
ich benötige mal Hilfe und einen Anstoß, wo ich suchen soll.
Ich arbeite seit ca 2013 mit Joomshopping, weitgehend fehlerfrei. Auch aktuell läuft Alles soweit prima.
Vor ca 2 Monaten habe ich mal sowohl Joomshopping, wei auch einige Extensions upgedatet, Alles auf dem neusten Stand.
Gleichzeitig bekam ich jedoch ungewöhnliche 404 Meldungen in den WMT und Joomla Umleitungskomponente.

Die sehen so aus: https://www.toptresore.de/"https:////www.toptresore.de//components//com_jshopping//files//img_products//eingabeeinheit-mit-tastatur-oben4.jpg/"

oder auch bei WMT so : https://www.toptresore.de/%22https:////www.toptresore.de//components//com_jshopping//files//img_products//full_eingabeeinheit-mit-tastatur-oben4.jpg/%22

als bezugnehmende Seite ist hier dies: https://www.toptresore.de/component/jshopping/product/ajax_attrib_select_and_price/465.html?ajax=1

Alle Urls, sowie auch alle Bilder des Shops funktionieren einwandfrei.
Überprüft habe ich bereits Alle Umleitungen. Bei htaccess habe ich alle Umleitungen rausgeschmissen. Irgendwelche Leerzeichen alle entfernt

Hat jemand eine Idee, z.b woher kommt dieses https://www.toptresore.de/%22https:////www.toptresore.de// mit doppelt der Website URL oder die 4/ 2 slash?..

Bin für jeden Hinweis dankbar.

Grüße
Kalle


Joomla: 3.7.5
JoomShopping: 4.16.2
PHP: 5.6.30
Website Url: www.toptresore.de
 
30.08.2017 08:01
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Massive URL Fehler

https://www.toptresore.de/component/jshopping/product/ajax_attrib_select_and_price/465.html?ajax=1 - json

disable url in robots.txt

 
12.02.2019 10:01
#3
Victor Panarin
Joomshopping forum user no avatar
Name: Victor
31.07.2016
Posts: 8
Quote
Aw: Massive URL Fehler

For the redirect img-files please add to .htaccess the line as that
RedirectMatch 301 ^/"https:////your.domain//components//com_jshopping//files//img_products//(.*)/" https://your.domain/components/com_jshopping/files/img_products/$1


Letzte Änderung: 12.02.2019 10:48
 
12.02.2019 17:57
#4
Victor Panarin
Joomshopping forum user no avatar
Name: Victor
31.07.2016
Posts: 8
Quote
Aw: Massive URL Fehler

And if your site based on http or have www on this need to pay attention and write
RedirectMatch 301 ^/"http:////your.domain//components//com_jshopping//files//img_products//(.*)/" http://your.domain/components/com_jshopping/files/img_products/$1

 
12.02.2019 19:50
#5
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25853
Quote
Aw: Massive URL Fehler

Change code:
\components\com_jshopping\controllers\product.php
before print $model->getProductDataJson();
Add:

header("Content-type: application/json; charset=utf-8");

 
12.02.2019 21:57
#6
Victor Panarin
Joomshopping forum user no avatar
Name: Victor
31.07.2016
Posts: 8
Quote
Aw: Massive URL Fehler

Безусловно, это лучшее решение для того, чтобы поисковики, расшифровав заголовок, не идентифицировали страницу, как html-страницу сайта.
Я эту проблему устранил через переадресацию. И, наверное не зря. Смотрю, что гугл периодчески ходит по ссылкам, которые он нашел еще в "лохматом" году...

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.