hi,
www.domain.de/produkte.php?id=4
soll auf
www.domain.de/produkte-4.html
abgebildet werden.
na ja, eigentlich wohl eher andersherum :-)
RewriteEngine on
Options +FollowSymLinks
RewriteCond %{REQUEST_URI} produkte-(.*).html$
RewriteRule produkte-(.*).html$ /produkte.php?id=$1
hm, wozu die dritte zeile?
Options +FollowSymLinks
RewriteEngine on
RewriteRule /produkte-(.*).html$ /produkte.php?id=$1
wäre mein erster versuch ...
gruß,
wahsaga
--
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."
"Look, that's why there's rules, understand? So that you _think_ before you break 'em."