11
Also ich habe nun alles ausprobiert und es funktioniert einfach nicht. Das ist schade.
Trotzdem danke ich für Deine Hilfe.
Mit dem RewriteRule verändert sich nichts. Ich habe die htaccsess datei im cgi-bin Verzeichnis.
in dem Verzeichnis cgi-bin/dpshop ist auch eine htaccsess Datei mit folgendem Inhalt. :
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&kat=$4&id=$5&katseite=$6&sortart=$7 [S=6]
RewriteRule ^(.*)_(.*)_(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&kat=$4&id=$5 [S=5]
RewriteRule ^(.*)_(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&kat=$4
RewriteRule ^(.*)_(.*)_index.html /cgi-bin/dpshop/shop.cgi?wrkid=$2 [S=1]
RewriteRule ^(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&template=$3
RewriteRule ^index.html /cgi-bin/dpshop/shop.cgi
RewriteRule ^([^_]+).html /cgi-bin/dpshop/shop.cgi?template=$1
RewriteRule ^$ /cgi-bin/dpshop/shop.cgi
RewriteRule ^dpmod_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*) http://www.meine-domain.de.de/cgi-bin/dpshop/___$3_$4_$5_$6_$7 [L,R=301]
Vielleicht muss da was geändert werden?
Trotzdem danke ich für Deine Hilfe.
Mit dem RewriteRule verändert sich nichts. Ich habe die htaccsess datei im cgi-bin Verzeichnis.
in dem Verzeichnis cgi-bin/dpshop ist auch eine htaccsess Datei mit folgendem Inhalt. :
RewriteEngine on
RewriteBase /
RewriteRule ^(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&kat=$4&id=$5&katseite=$6&sortart=$7 [S=6]
RewriteRule ^(.*)_(.*)_(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&kat=$4&id=$5 [S=5]
RewriteRule ^(.*)_(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&kat=$4
RewriteRule ^(.*)_(.*)_index.html /cgi-bin/dpshop/shop.cgi?wrkid=$2 [S=1]
RewriteRule ^(.*)_(.*)_(.*).html /cgi-bin/dpshop/shop.cgi?wrkid=$2&template=$3
RewriteRule ^index.html /cgi-bin/dpshop/shop.cgi
RewriteRule ^([^_]+).html /cgi-bin/dpshop/shop.cgi?template=$1
RewriteRule ^$ /cgi-bin/dpshop/shop.cgi
RewriteRule ^dpmod_(.*)_(.*)_(.*)_(.*)_(.*)_(.*)_(.*) http://www.meine-domain.de.de/cgi-bin/dpshop/___$3_$4_$5_$6_$7 [L,R=301]
Vielleicht muss da was geändert werden?