Python Web Programming - looking for examples of solid high-traffic sites

John Nagle nagle at animats.com
Fri May 18 14:21:04 EDT 2007


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



More information about the Python-list mailing list