Okay, that is not what i mean at all.
Lets say, i have a file called "index.php", which is the default file, but i want to send extra fake path info, which i will parse from the Apache Path Info, and fill into variables.
like this:
/index.php/extra/path/info
"extra/path/info" is not a real path, but instead index.php is just called, and i can get the rest of the path info from the Apache server variable.
i would like to be able to call
/extra/path/info
and execute index.php (or whatever default) with the extra path info.
Note: I know this might seem confusing, but please read this carefully before just assuming that i am a Newbie, i am not even close to that.
..jorge