Bernd: Rewrite in .htaccess

Beitrag lesen

Hallo,

Du interessierst Dich womöglich für QSA (query string append):
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html

Wahrscheinlich ist es dies, aber mit dem nachfolgenden Text kann ich mangels
Englisch-Kenntnissen und mangels DV-Kentnissen leider nichts anfangen.
Ich wäre dankbar, wenn mir jemand ein Beispiel hätte.
Danke!
Bernd

Zitat:
Modifying the Query String

By default, the query string is passed through unchanged. You can, however, create URLs in the substitution string containing a query string part. Simply use a question mark inside the substitution string to indicate that the following text should be re-injected into the query string. When you want to erase an existing query string, end the substitution string with just a question mark. To combine new and old query strings, use the [QSA] flag.