I'm now doing this:
rewriterule ^jobs/([0-9]+)/.* job.php?id=$1
Which will erase parameters in jobs/1010/title?k=v
How to keep them?
|
|
I'm now doing this:
Which will erase parameters in jobs/1010/title?k=v How to keep them?
|
|||
|
|
|
|
More of a serverfault question, but... Append the [QSA] flag:
From the docs for RewriteRule:
|
||
|