Aktionen
GX-Bug #41086
geschlossenDie automatische Umleitung auf eine suchmaschinenfreundliche Kategorie-Url (SEO-Boost) funktioniert nicht
% erledigt:
100%
Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
2.1.4.0
Release Notes Langtext:
Beschreibung
Lösung: In der Datei includes/application_top.php in Zeile 798 Folgendes
if($gmSEOBoost->boost_categories && !empty($_GET['gm_boosted_category']) && !isset($_GET['filter_fv_id'])
ersetzen durch
if($gmSEOBoost->boost_categories && !isset($_GET['filter_fv_id'])
Aktionen