Hi there. I'm trying to come up with a way to do
PATH_INFO urls without having to call a script. Let me
explain.

I know how to make it work with a url like this:

http://foo.com/bar.php/arg1/arg2/etc

or even:

http://foo.com/bar/arg1/arg2/etc

What I'm trying to figure out is how to make it call
index.php without specifying it, like this:

http://foo.com/arg1/arg2/etc

Any pointers?

Thanks.


__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to