Hi again,
I solved this issue by modifying the rewrite rule to:
url.rewrite-once = (
".*\.(js|ico|gif|jpg|png|css)$" => "$0",
".*\?(.*)" => "/index.php?$1",
"" => "/index.php"
)
Cheers,
Johannes
On 6/20/07, Johannes Schill <[EMAIL PROTECTED]> wrote:
Hi,
Im using LightTPD/1.4.15 (Win32) [1]. When i use the rewrite that's
mentioned in the wiki [2] i cant use query strings. var_dump($_GET) give the
following output: "array(0) { }". When i remove the rewrite-rule it works.
The rewrite i'm using:
url.rewrite-once = (
".*\.(js|ico|gif|jpg|png|css)$" => "$0",
"" => "/index.php"
)
Anyone who experience the same problem? Is there a solution available?
[1] http://wlmp.dtech.hu/down_lighty.php?lang=en
[2] http://framework.zend.com/wiki/display/ZFDEV/Configuring+Your+URL+Rewriter
Cheers,
Johannes