On 2008-02-25 12:01:58 +0000, Davide Bianchi
<davideyeahsure.RemoveThis@onlyforfun.net> said:
> On 2008-02-25, Svejk <thegoodsoldiersvejkREMOVE.RemoveThis@gmail.com> wrote:
>> Any idea how I can deliver this page:
>>
>> to anyone visiting /foo
>> such that it appears to the browser to actually come from /foo
>> and
>>
>> to anyone visiting /bar
>> such that it appears to the browser to actually come from /bar
>
> I'd say creating two directories, one 'foo' and one 'bar' and put
> the two pages in there as 'index.html'. But I suspect that this is
> not the answer you want. So why don't you elaborate a bit on your
> problem?
>
> Davide
OK. foo and bar can be any alphanumeric string.
I am trying to set up a bit of a hack for a test with OpenID. I
actually want to generate:
<html>
<head>
<link rel="openid.server" href="https://login.server/login" />
<link rel="openid.delegate" href="http://identity.url/ID" />
</head>
</html>
For ANY user ID, whether they exist or not (because I don't want to
bother validating them at this stage).
But the problem reduces to that above, I think.
Thanks,
Svejk
>> Stay informed about: dynamic pages?