Re: [PHP] How do they do that?

2003-08-17 Thread David Otton
On Sun, 17 Aug 2003 23:13:24 -0400, you wrote:

>I was wondering.
>http://www.php.net/date
>gives me/redirects to:
>http://www.php.net/manual/en/function.date.php
>
>How do they do that?
>What $_post[??] is that? Or is it a sevrer (Apache, I suppose?) thing?

I don't know how php.net does it, but I know how I'd approach it - either a
custom 404 handler which examines the incoming URL and redirects to the
appropriate page, or mod_rewrite. See

http://httpd.apache.org/docs-2.1/mod/core.html#errordocument

and

http://httpd.apache.org/docs/mod/mod_rewrite.html


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



[PHP] How do they do that?

2003-08-17 Thread John Taylor-Johnston
I was wondering.
http://www.php.net/date
gives me/redirects to:
http://www.php.net/manual/en/function.date.php

How do they do that?
What $_post[??] is that? Or is it a sevrer (Apache, I suppose?) thing?

--
John


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



Re: [PHP] How do they do that.

2001-09-22 Thread Alexander Skwar

So sprach »Urb LeJeune« am 2001-09-22 um 10:10:21 -0400 :
> Is there any documentation on how they do that?

I suppose, they're using Apache's mod_rewrite which transforms the URL
(php.net/fopen) to the search form
(manual-lookup.php?lang=en&function=fopen) if the part after the / is
not otherwise known.

Alexander Skwar
-- 
How to quote:   http://learn.to/quote (german) http://quote.6x.to (english)
Homepage:   http://www.digitalprojects.com   |   http://www.iso-top.de
   iso-top.de - Die günstige Art an Linux Distributionen zu kommen
Uptime: 3 days 2 hours 23 minutes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] How do they do that.

2001-09-22 Thread Urb LeJeune

This is sharp.

http://php.net/fopen

actually bring up:

http://www.php.net/manual/en/function.fopen.php

Is there any documentation on how they do that?

Urb


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]