View Single Post

  #31 (permalink)  
Old 02-20-2008
Toby A Inkster
 
Posts: n/a
Default Re: Advantages and disadvantages of PHP?

Jonathan Sachs wrote:

> I didn't know it was possible to load PHP pages that do not have the
> .php extension. (I did not see the extension on any of the Yahoo or
> Wikipedia pages I looked at. Facebook has them.)


An "extension" is a Windows filesystem concept.

Although most web servers by *default* map URLs to files on the server of
the same name, most can be configured differently. Strictly speaking, a
web server could be written that didn't even understand the concept of a
"file". (Of course, it would have to be running on an OS which was
similarly file-free.)

--
Toby A Inkster BSc (Hons) ARCS
[Geek of HTML/SQL/Perl/PHP/Python/Apache/Linux]
[OS: Linux 2.6.17.14-mm-desktop-9mdvsmp, up 21 days, 22:00.]

Bottled Water
http://tobyinkster.co.uk/blog/2008/02/18/bottled-water/
Reply With Quote