> Is there an implicit loading of the supplied path into GET variables? 
> How is it supplied to the CMS/plugin? The problem I'm running into 
> definitely seems to be that index.php is receiving an empty path, and 
> that's why it always defaults to the root page. I'm wondering what 
> Apache settings I should be asking about when I contact the tech support 
> people.

The URI string can be found in $_SERVER array values. Usually from 
$_SERVER['QUERY_STRING'] and $_SERVER['REQUEST_URI'].

-- 
Jan Bednarik
www.bednarik.org - web about Typo3 in czech
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to