|
Posted by John Dunlop on 10/21/05 22:43
dalyian39 wrote:
> I'm pretty new to PHP but I have a page, B.php, which runs fine, but I
> want to be able to call this as B (long story),
you're right, it is a long story, but it's not yours alone.
I don't see why you would put .php in your URLs anyway.
> i.e.
> http://mysite/B?foo=bar should be equivalent to calling
> http://mysite/B.php?foo=bar.
I would stick with your content negotiation, even if you have only one
representation at the moment, but switch to MultiViews instead.
--
Jock
Navigation:
[Reply to this message]
|