How compatible is using PATH_INFO?
From: Leif K-Brooks (eurleif_at_ecritters.biz)
Date: 11/28/03
- Next message: Ashley M. Kirchner: "Converting to ASCII HEX"
- Previous message: Curtis Maurand: "Re: [PHP] array problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 27 Nov 2003 20:24:46 -0500 To: php-general@lists.php.net
One common way to work around many search engines ignoring pages with
query strings is to use scripts with odd URIs
(http://server.com/foo.php/foo/bar for instance) and get them with
$_SERVER['PATH_INFO']. How compatible is doing that? Will servers
besides Apache support it?
- Next message: Ashley M. Kirchner: "Converting to ASCII HEX"
- Previous message: Curtis Maurand: "Re: [PHP] array problems"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]