[Typo3-dev] Bug in .htaccess?

Martin Poelstra martin at beryllium.net
Thu Apr 29 14:24:14 CEST 2004


Hi Michael,

> 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?

IIRC TYPO3 first sets $this->id according to the GPVars, and then starts
parsing the path. If the path resolves to a valid pageID (or
page-alias), $this->id is overriden by the resolved one.
This has the same effect.
I also noticed this behaviour while creating RealURL. What I did is see
if the GPVar 'id' is set, and if so, just use that one, and don't even
look at the rest of the path. This really doesn't qualify for a
beauty-contest, but it worked fine...

Grtz,
Martin






More information about the TYPO3-dev mailing list