- Code: Alles auswählen
RewriteRule ^shop/([^/-]+-)+(\d+)\.html$ /shop/product_detail.php?id=$2 [L]
Moderator: Super-Mod
RewriteRule ^shop/([^/-]+-)+(\d+)\.html$ /shop/product_detail.php?id=$2 [L]

RewriteRule ^([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]

RewriteRule ^produkte/([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^sonderangebote/([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^spezialitäten/([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^produkte/([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^sonderangebote/([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^spezialitäten/([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^produkte-([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^sonderangebote-([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
RewriteRule ^spezialitäten-([^/]+-)+([0-9]+)\.html$ /shop/product_detail.php?id=$2 [L]
"meineseite.de/shop/Spezialitäten-100-gramm-Gammelfleisch-27.html"

Zurück zu Programmierung & Scriptanpassung für mod_rewrite
Mitglieder in diesem Forum: 0 Mitglieder und 0 Gäste