[Typo3-dev] mod_rewrite & get variables

Peter Russ peter.russ at 4dfx.de
Sat Aug 28 23:40:54 CEST 2004


Check http://httpd.apache.org/docs/mod/mod_rewrite.html#RewriteRule

as ? = & have special meaning and should be replaced.
It's neither a problem in Typo3 nor in index.php. It's just RTFM ;-)

Regs. Peter.


Brain wrote:

> 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