Hi,
Das ganze sieht dann im Effekt ungefähr so aus:
RewriteRule /index.htm?/Artikel/(.*) /produkte/$1 [L]
Nein - das Fragezeichen leitet den Querystring ein, und den berücksichtigt eine RewriteRule aber nicht.
http://httpd.apache.org/docs/2.2/en/mod/mod_rewrite.html#rewriterule:
“If you wish to match against the hostname, port, or query string, use a RewriteCond with the %{HTTP_HOST}, %{SERVER_PORT}, or %{QUERY_STRING} variables respectively.”
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?