[Typo3-dev] Bug in .htaccess?
Michael Stucki
mundaun at gmx.ch
Thu Apr 29 14:14:24 CEST 2004
Hi Karsten,
> .. unless you use simulateStatic. Then you get something like
> mypage.html?id=xyz, which obviously cannot work.
I see. Does that mean that TYPO3 first checks if the URI contains an alias
or a page uid inside its filename _before_ it checks for the 'id' param?
> We 'hotfixed' this by adding this to .htaccess:
> RewriteRule ^[^/]*\.html&id=([0-9]*)$ /t3cebit/index.php?id=$1 [R,L]
IMHO the wrong way. If my assumption above is right then we can easily fix
this by changing the order in the core.
Cheers - michael
--
Want support? Please read the list rules first: http://typo3.org/1438.0.html
More information about the TYPO3-dev
mailing list