John Nagle wrote: > YouTube's home page is PHP. Try "www.youtube.com/index.php". > That works, while the obvious alternatives don't. > If you look at the page HTML, you'll see things like > > <a href="/login?next=/index.php" > onclick="_hbLink('LogIn','UtilityLinks');">Log In</a> > > So there's definitely PHP inside YouTube.
Not sure; that "next" field is just the URL of the page you're on, inserted into the output HTML. It's "index.php" because the page was "index.php". But it's an Apache server, with all the usual Apache messages. John Nagle -- http://mail.python.org/mailman/listinfo/python-list