[Typo3-dev] mod_rewrite & get variables

Brain no at mail.com
Sat Aug 28 21:47:31 CEST 2004


I have a problem, that I can't solve. Probably its a bug, but if its is
really one, it is a bad one.

I have an easy rewrite rule

RewriteEngine On

RewriteBase /
RewriteRule (\.html|/)$ index.php?id=49&func=1234 [L]

All URL like this http://www.mydomain.com/test.html should be rewrited an
redirected to http://www.mydomain.com/index.php?id=49&func=1234.
Unfortunately, the internal redirect is not working. All parameter get lost
(like id=49, func=1234). The page is redirected to index.php without any
parameters. I tested this on several OS an installations of Typo (Version
3.6.2)

The problem seems to be in the index.php. The GET Variables get not
correctly extracted.


Gruss
Jon







More information about the TYPO3-dev mailing list